-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 904 Bytes
/
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
{
"name": "aidventure-time",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.12.3",
"@mui/styled-engine-sc": "^5.12.0",
"@popperjs/core": "^2.11.7",
"axios": "^1.4.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"jszip": "^3.10.1",
"libsodium-wrappers-sumo": "^0.7.11",
"localforage": "^1.10.0",
"next": "13.4.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-contenteditable": "^3.3.7",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-popper": "^2.3.0",
"react-use": "^17.4.0",
"styled-components": "^5.3.10",
"uuidv4": "^6.2.13"
}
}