-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "discoart-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pm2 start src/daemon/index.js & next dev -p 3000",
"build": "next build",
"start": "pm2 start src/daemon/index.js & next start -p 3000 &",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@hookform/resolvers": "^2.9.6",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.91",
"@mui/material": "^5.9.1",
"archiver": "^5.3.1",
"axios": "^0.27.2",
"cookies": "^0.8.0",
"date-fns": "^2.29.1",
"esm": "^3.2.25",
"express": "^4.18.1",
"formidable": "^2.0.1",
"glob": "^8.0.3",
"image-size": "^1.0.2",
"nanoid": "^4.0.0",
"next": "12.2.3",
"node-fetch": "^3.2.10",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-hook-form": "^7.33.1",
"react-json-view": "^1.21.3",
"react-responsive-carousel": "^3.2.23",
"read-last-lines": "^1.8.0",
"sharp": "^0.30.7",
"sqlite": "^4.1.2",
"sqlite3": "^5.0.10",
"swr": "2.0.0-beta.6",
"unique-names-generator": "^4.7.1",
"use-global-hook": "^0.3.0",
"yaml": "^2.1.1",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.3"
}
}