-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 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": "my-book-study",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "yarn@4.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"emulators": "firebase emulators:start --only=auth,functions,database,storage --import=./firebase/emulators --export-on-exit"
},
"dependencies": {
"firebase": "^10.5.2",
"million": "^2.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0"
},
"devDependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.35",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@unocss/reset": "^0.57.2",
"@vitejs/plugin-react-swc": "^3.3.2",
"antd": "^5.11.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"firebase-tools": "^12.8.0",
"lightningcss": "^1.22.0",
"prettier": "^3.0.3",
"stylelint": "^15.11.0",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^11.1.0",
"unocss": "^0.57.2",
"vite": "^4.4.5"
}
}