-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
89 lines (89 loc) · 2.32 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "web-pm2",
"version": "0.0.5",
"description": "PM2 Web interface",
"main": "index.js",
"scripts": {
"test": "web-pm2",
"server": "node index.js",
"start": "webpack --progress --colors && node index.js",
"dev": "concurrently \"webpack -d --progress --colors --watch\" \"nodemon index.js\"",
"build": "NODE_ENV=production webpack --progress --colors"
},
"bin": {
"web-pm2": "./bin/web-pm2"
},
"repository": {
"type": "git",
"url": "https://github.com/deanshub/web-pm2"
},
"keywords": [
"web-pm2",
"PM2",
"PM2 ui",
"PM2 monitor",
"PM2 web",
"monitor",
"node manager",
"process manager",
"PM2 interface",
"PM2 gui",
"PM2 dashboard",
"PM2 WINDOWS MONITOR",
"PM2 WINDOWS"
],
"dependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.11.6",
"body-parser": "^1.15.2",
"chart.js": "^2.3.0",
"classnames": "^2.2.5",
"concurrently": "^3.0.0",
"config": "^1.21.0",
"css-loader": "^0.25.0",
"express": "^4.13.4",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"material-ui": "^0.15.4",
"moment": "^2.14.0",
"node-sass": "^3.10.0",
"pm2": "^2.6.1",
"postcss-loader": "^0.13.0",
"q": "^1.4.1",
"react": "^15.3.2",
"react-chartjs": "git://github.com/jhudson8/react-chartjs.git#chartjs-v2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-actions": "^0.12.0",
"rucksack-css": "^0.8.6",
"sass-loader": "^4.0.2",
"stream-http": "^2.4.0",
"style-loader": "^0.13.1",
"superagent": "^2.3.0",
"webpack": "^1.13.2"
},
"author": {
"name": "Dean Shub"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/deanshub/web-pm2/issues"
},
"homepage": "https://github.com/deanshub/web-pm2",
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.6.1",
"eslint-plugin-react": "^6.4.1",
"why-did-you-update": "^0.0.8"
}
}