-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.59 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
56
57
{
"name": "cube_configurator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "ts-node ./scripts/runner.ts --postbuild"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.14",
"@react-pdf/renderer": "^3.0.2",
"@reduxjs/toolkit": "^1.9.1",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query": "^4.18.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"cbor": "^8.1.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^7.10.2",
"leva": "^0.9.34",
"lodash": "^4.17.21",
"modbus-stream": "^0.46.0",
"multer": "^1.4.5-lts.1",
"multicast-dns": "^7.2.5",
"next": "13.0.4",
"next-connect": "^0.13.0",
"next-translate": "^1.6.0",
"notistack": "^2.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.190",
"@types/multer": "^1.4.7",
"@types/multicast-dns": "^7.2.1",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1"
}
}