-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 KB
/
package.json
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
47
48
49
50
51
52
53
{
"scripts": {
"start": "vite",
"test": "vitest",
"build": "npx vite build",
"lint": "yarn run eslint ."
},
"name": "nav-fun",
"version": "0.0.1",
"license": "MIT",
"prettier": {
"tabWidth": 2,
"semi": true,
"singleQuote": true
},
"devDependencies": {
"@types/node": "^20.11.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-native-vector-icons": "^6.4.18",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5"
},
"dependencies": {
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.7",
"esbuild": "^0.20.0",
"fs": "^0.0.1-security",
"native-base": "3.4.27",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-native-safe-area-context": "3.3.2",
"react-native-svg-web": "^1.0.9",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "0.17.1",
"react-router-dom": "^6.22.0",
"react-spring": "^9.7.3",
"typescript": "^5.3.3",
"vite": "5.0.4",
"vitest": "0.34.6"
}
}