-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "react-guide",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"mock": "json-server --watch ./mock/db.json --port 3001"
},
"dependencies": {
"@blueprintjs/core": "^5.3.0",
"@blueprintjs/icons": "^5.1.6",
"@blueprintjs/table": "^5.0.10",
"@iconify/react": "^4.1.0",
"@unocss/reset": "^0.52.3",
"ofetch": "^1.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"valtio": "^1.10.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@types/node": "^20.2.3",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@unocss/preset-attributify": "^0.52.3",
"@vitejs/plugin-react-swc": "^3.3.1",
"eslint": "^8.41.0",
"json-server": "^0.17.3",
"sass": "^1.67.0",
"typescript": "^5.0.4",
"unocss": "^0.52.3",
"vite": "^4.3.8"
}
}