-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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": "kj-ama-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@blueprintjs/core": "^5.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.13.6",
"@mui/styled-engine-sc": "^5.12.0",
"bootstrap": "^5.3.0",
"firebase": "^9.19.1",
"firebase-tools": "^11.25.3",
"install": "^0.13.0",
"npm": "^9.6.4",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.10.0",
"react-scrollbar": "^0.5.6",
"react-toastify": "^9.1.2",
"reactstrap": "8.10.0",
"sass": "^1.60.0",
"styled-components": "^6.0.1",
"vite-plugin-firebase": "^0.5.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.3.9"
}
}