-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 999 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 999 Bytes
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
{
"name": "sts",
"private": true,
"version": "2.2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "set NODE_ENV=production && firebase deploy --debug"
},
"dependencies": {
"@formkit/auto-animate": "^0.7.0",
"@jsreport/browser-client": "^3.1.0",
"firebase": "^9.8.4",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-haiku": "^2.0.3",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.1.16"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"vconsole": "^3.15.0",
"vite": "^4.2.1",
"vite-plugin-vconsole": "^1.3.1"
}
}