-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.15 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-android-finish",
"version": "0.0.1",
"private": true,
"description": "Gracefully finish the React Native app",
"author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",
"scripts": {
"build": "node builder-bob/scripts/build.js",
"code-check": "npm run type-check && npm run lint",
"lint": "eslint .",
"package-postpack": "node scripts/package-postpack.mjs",
"package-prepack": "node scripts/package-prepack.mjs",
"type-check": "tsc --project package/tsconfig.json && tsc --project example/tsconfig.json"
},
"devDependencies": {
"@eslint/compat": "^1.3.0",
"@eslint/js": "^9.29.0",
"@react-native/eslint-config": "0.80.0",
"@react-native/typescript-config": "0.80.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/node": "^24.0.1",
"@types/react": "^19.1.8",
"eslint": "9.29.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-native": "^5.0.0",
"globals": "^16.2.0",
"tsconfig-paths": "^4.2.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.34.0"
}
}