-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 922 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
{
"name": "scales2care",
"version": "1.8.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "1.6.2",
"axios": "0.27.2",
"react": "17.0.2",
"react-context-modals": "^2.0.1",
"react-dom": "17.0.2",
"react-google-charts": "^4.0.0",
"react-hot-toast": "^2.2.0",
"react-router-dom": "6.2.1"
},
"devDependencies": {
"@vitejs/plugin-react": "1.0.7",
"autoprefixer": "10.4.1",
"postcss": "8.4.5",
"tailwindcss": "3.0.8",
"vite": "2.7.2",
"vite-plugin-pwa": "0.11.13"
}
}