-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "capybara-bar-more-tech-3",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"db:init": "node scripts/init.js",
"db:show": "node scripts/show.js"
},
"dependencies": {
"@emotion/cache": "11.4.0",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@emotion/server": "11.4.0",
"@mui/material": "5.0.2",
"@mui/icons-material": "5.0.1",
"clsx": "1.1.1",
"next": "11.1.2",
"prop-types": "^15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"recharts": "2.1.4",
"uuid": "8.3.2",
"jsonwebtoken": "8.5.1",
"cookie": "0.4.1",
"datahub-client": "0.5.8",
"passport": "0.5.0",
"passport-local": "1.0.0",
"passport-google-oauth": "2.0.0",
"next-connect": "0.10.2",
"pg": "8.7.1"
},
"devDependencies": {
"prettier": "2.4.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}