-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.34 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": "aigc-designer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3777",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.3",
"@monaco-editor/react": "^4.5.1",
"@mui/material": "^5.13.5",
"@mui/styles": "^5.13.2",
"@next/font": "13.1.1",
"@types/node": "14.18.52",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"eslint": "8.22.0",
"eslint-config-next": "13.3.1",
"fabric": "5.0.0",
"fontfaceobserver": "^2.3.0",
"formik": "^2.4.2",
"https-proxy-agent": "^7.0.0",
"i18next": "^22.4.15",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"next": "13.1.1",
"notistack": "^3.0.1",
"openai": "^3.1.0",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"sass": "^1.63.5",
"typescript": "5.0.4",
"uuidv4": "^6.2.13",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/fabric": "^5.3.3",
"@types/lodash": "^4.14.195",
"@types/react-color": "^3.0.6"
},
"resolutions": {
"canvas": "2.6.1"
}
}