-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "trust-front-v1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@loadable/component": "^5.15.3",
"@stitches/react": "^1.2.8",
"@types/axios": "^0.14.0",
"bezier-easing": "^2.1.0",
"eslint": "^8.49.0",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.14.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/node": "^18.15.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"sass": "^1.60.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}