-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.44 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.44 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "example-app",
"version": "0.0.0",
"main": "eslint-breaking-examples/break-eslint-recommended-rules.js",
"license": "MIT",
"scripts": {
"start": "node .",
"lint": "eslint .",
"types": "tsc --noEmit"
},
"devDependencies": {
"@bam.tech/eslint-plugin": "portal:../packages/eslint-plugin",
"@bam.tech/typescript-config": "portal:../packages/typescript-config",
"@eslint/js": "^10.0.0",
"@testing-library/react-native": "^13.0.0",
"@types/eslint": "^9.6.1",
"@types/jest": "^30.0.0",
"@types/react": "^19.0.6",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^4.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-prettier": "^5.2.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-react-native-a11y": "^3.5.1",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-testing-library": "^7.1.1",
"eslint-plugin-unused-imports": "^4.1.0",
"globals": "^17.0.0",
"jest": "^30.0.0",
"prettier": "^3.0.0",
"typescript": "^6.0.0",
"typescript-eslint": "^8.19.1"
},
"private": true,
"dependencies": {
"expo": "^49.0.0",
"react": "^18.2.0",
"react-native": "^0.73.0"
}
}