-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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": "GoLinks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"express": "NODE_ENV=production node server/index.js"
},
"dependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/data-grid": "^4.0.0-alpha.8",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/x-grid": "^4.0.0-alpha.8",
"@types/express": "^4.17.8",
"babel-plugin-styled-components": "^1.11.0-0",
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001081",
"dateformat": "^3.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-prometheus-middleware": "^1.0.0",
"global-agent": "2.1.12",
"next": "^9.5.5",
"next-auth": "^3.1.0",
"node-fetch": "^2.6.1",
"pg-promise": "^10.7.0",
"prom-client": "^12.0.0",
"random-words": "^1.1.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"styled-components": "^5.1.1",
"ts-node": "^9.0.0"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"typescript": "^3.9.5"
}
}