-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "line-richmenu-editor",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@line/bot-sdk": "^7.5.2",
"@monaco-editor/loader": "^1.3.2",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.11.4",
"@zip.js/zip.js": "^2.6.62",
"ajv": "^8.12.0",
"axios": "^1.6.0",
"dayjs": "^1.11.7",
"dexie": "^3.2.2",
"dexie-export-import": "^1.0.3",
"monaco-editor": "0.34.1",
"next": "^13.5.0",
"next-pwa": "5.6.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"rfdc": "^1.3.0",
"swr": "^2.0.0",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@e-chan1007/eslint-config-react": "^1.1.3",
"@types/next-pwa": "^5.6.1",
"@types/node": "^18.11.18",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/wicg-file-system-access": "^2020.9.5",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"file-loader": "^6.2.0",
"sass": "^1.57.1",
"url-loader": "^4.1.1"
},
"packageManager": "[email protected]"
}