forked from olexnzarov/pm2-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "pm2-web-ui",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.7.4",
"@types/react-redux": "^7.1.5",
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.0",
"babel-plugin-transform-typescript-metadata": "^0.2.2",
"bcrypt": "^5.0.1",
"bluebird": "^3.7.2",
"bulma": "^0.8.0",
"connect-mongo": "^3.2.0",
"connect-session-knex": "^2.1.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"next": "^9.3.2",
"next-session": "^2.1.1",
"oracledb": "^5.3.0",
"pm2": "^4.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-no-ssr": "^1.1.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"swr": "^0.1.16",
"typescript": "^3.7.4",
"v8n": "^1.3.3"
},
"devDependencies": {
"@types/node": "^13.1.2",
"@types/react": "^16.9.17"
}
}