-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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": "workbook",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build --base=/static/workbooks/",
"test": "vite build && sh adjust.sh ",
"preview": "vite preview "
},
"dependencies": {
"@chakra-ui/react": "^2.0.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@reduxjs/toolkit": "^1.8.1",
"@rollup/plugin-commonjs": "^22.0.0",
"dompurify": "^2.3.7",
"framer-motion": "^6.3.3",
"muuri": "^0.9.5",
"muuri-react": "^3.1.6",
"react": "^18.1.0",
"react-bootstrap": "^2.3.1",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.1",
"react-transition-group": "^4.4.2",
"reapop": "^4.0.5",
"rollup-plugin-cjs": "^1.0.0",
"rollup-plugin-includepaths": "^0.2.4",
"sass": "^1.51.0",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"vite": "^2.9.9"
}
}