-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 984 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 984 Bytes
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
{
"name": "shwt-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "11",
"@emotion/styled": "11",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@popperjs/core": "^2.11.5",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"build-id": "^1.5.0",
"cookies-next": "^2.0.4",
"copy-to-clipboard": "^3.3.1",
"framer-motion": "6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.1",
"next": "12.1.5",
"next-session": "^4.0.4",
"nprogress": "^0.2.0",
"qs": "^6.10.3",
"randomcolor": "^0.6.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-ripples": "^2.2.1",
"react-toastify": "^8.2.0",
"shortid": "^2.2.16"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-next": "12.1.5"
}
}