-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.84 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
58
59
60
61
62
63
64
{
"name": "drag-and-dropnator",
"version": "1.0.1",
"scripts": {
"dev": "node server.js",
"build": "NODE_ENV=production next build",
"export": "next export",
"start": "NODE_ENV=production PORT=3002 node server.js"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/josefin-sans": "^5.0.18",
"@fontsource/lato": "^5.0.18",
"@fontsource/raleway": "^5.0.16",
"@fontsource/roboto-mono": "^5.0.16",
"@fontsource/space-mono": "^5.0.18",
"@monaco-editor/react": "^4.6.0",
"@popperjs/core": "^2.11.8",
"@tanstack/react-query": "^5.18.1",
"@vectopus/atlas-icons-react": "github:rage/Atlas-icons-react#d310057c60f4f011306c35ae9caf025c5a09e41b",
"cors": "^2.8.5",
"date-fns": "^3.3.1",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"i18next": "^23.8.2",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.45.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.0.2",
"react-is": "^18.2.0",
"react-popper": "^2.3.0",
"react-spring": "^9.7.3",
"svgo": "^3.2.0",
"use-debounce": "^10.0.0",
"use-memo-one": "^1.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/cors": "^2.8.17",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.16",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.8",
"axios": "^1.6.7",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-recommended": "^14.0.0",
"typescript": "^5.3.3"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}