-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "promap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@mui/styles": "^5.10.3",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dotenv": "^16.0.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.9.1",
"next": "^12.2.6-canary.8",
"next-api-decorators": "^2.0.0",
"notistack": "^2.0.5",
"path-to-regexp": "^6.2.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"recoil": "^0.7.5",
"recoil-nexus": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5"
}
}