-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "trapped-chest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start -p 60001",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.8.2",
"@mui/lab": "^5.0.0-alpha.97",
"@mui/material": "^5.0.6",
"@react-hook/resize-observer": "^1.2.5",
"adm-zip": "^0.5.9",
"axios": "^0.24.0",
"fastest-levenshtein": "^1.0.16",
"js-file-download": "^0.4.12",
"material-ui-popup-state": "^4.1.0",
"next": "^12.1.6",
"next-translate": "^1.2.0",
"notistack": "^2.0.5",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-countup": "^6.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "17.0.2",
"react-material-ui-carousel": "^3.4.2",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-transition-group": "^4.4.2",
"rete-react-render-plugin": "^0.3.0"
},
"devDependencies": {
"@types/fast-levenshtein": "^0.0.2",
"@types/node": "^16.11.6",
"@types/react": "17.0.33",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.4",
"autoprefixer": "^10.4.12",
"eslint": "7.32.0",
"eslint-config-next": "12.0.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "4.4.4"
}
}