-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "varsarr",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview",
"clean": "npx rimraf dist"
},
"dependencies": {
"@tanstack/react-query": "4.36.1",
"axios": "1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "0.7.7",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@types/node": "18.16.20",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@vitejs/plugin-react": "4.0.4",
"eslint": "8.48.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.8",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.1"
},
"browserslist": {
"production": "Edge >= 18, Firefox >= 60, Chrome >= 61, Safari >= 11, Opera >= 48",
"development": [
"last 1 chrome version",
"last 1 firefox version"
]
}
}