-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1000 Bytes
/
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": "jsr-forms",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"file-type": "^18.5.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.10.0",
"@mantine/hooks": "^5.10.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"chart.js": "^4.1.2",
"firebase": "^9.15.0",
"html2canvas": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-csv": "^2.2.2",
"react-dropdown": "^1.11.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.6.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"uuid": "^9.0.0",
"vite": "^4.1.0",
"web-vitals": "^2.1.4"
}
}