-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"scripts": {
"lint": "yarn eslint . --ext .ts,.tsx --config eslint.config.json",
"lint:fix": "yarn lint --fix",
"start": "vite --host",
"build": "vite build"
},
"type": "module",
"name": "cloud-duster-fe",
"version": "0.0.0",
"main": "index.js",
"repository": "https://github.com/cloud-duster/cloud-duster-fe.git",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"i18next": "^25.4.0",
"i18next-browser-languagedetector": "^8.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.7.1",
"react-router-dom": "^6.25.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.x",
"eslint-plugin-react": "^7.34.3",
"husky": "^9.0.11",
"install": "^0.13.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3"
}
}