-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.31 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "dev-dashboard",
"version": "0.0.1",
"description": "Dashboard for Tracking Code Review Status",
"main": "dist",
"scripts": {
"build": "npm run lint && npm run compile",
"clean:node_modules": "node ./tools/clean/CleanNodeModules.js",
"clean:install": "npm run clean:node_modules && npm install",
"compile": "npm run compile:clean && npm run compile:dist-server && npm run compile:webpack",
"compile:clean": "rimraf src/main/resources/internal/web/generated",
"compile:dist-server": "babel src -s -D -d dist --presets es2015,stage-0",
"compile:webpack": "webpack --mode production",
"compile:webpack:watch": "webpack --mode development --watch",
"dev": "npm-run-all --parallel open:src compile:webpack:watch",
"dev:inspect": "npm-run-all --parallel dev:debug dev:inspector",
"dev:debug": "nodemon --debug -w src --exec \"babel-node src --presets es2015,stage-0\"",
"dev:inspector": "node-inspector",
"start": "node dist",
"analyze": "npm run format && npm run lint",
"format": "prettier --config .prettierrc.js --write \"+(src|ClientSrc|stories|tools)/**/*.js?(x)\"",
"lint": "npm run lint:js",
"lint:js": "esw src ClientSrc stories tools --fix",
"open:src": "nodemon -w src --exec \"babel-node src --presets es2015,stage-0\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"pm2-start": "pm2 start ./dist --name \"dev-dashboard\"",
"pm2-stop": "pm2 stop ./dist --name \"dev-dashboard\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/developit/express-es6-rest-api.git"
},
"author": "Daniel Vu <dev.daniel.vu@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.13.3",
"classnames": "2.2.5",
"compression": "^1.5.2",
"cors": "^2.7.1",
"cron": "^1.3.0",
"ejs": "^2.5.7",
"express": "^4.13.3",
"express-session": "^1.15.6",
"graphql-request": "^1.8.2",
"jade": "^1.11.0",
"material-ui": "^1.0.0-beta.35",
"material-ui-icons": "1.0.0-beta.10",
"moment": "^2.18.1",
"mongodb": "^2.2.33",
"mongoose": "^4.13.2",
"morgan": "^1.8.0",
"node-cron": "^1.2.1",
"prop-types": "^15.6.0",
"ramda": "^0.24.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-loading": "^1.0.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "3.6.0",
"redux-socket.io": "^1.4.0",
"redux-thunk": "^2.1.0",
"resource-router-middleware": "^0.6.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.4",
"typeface-roboto": "0.0.54",
"winston": "^2.4.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.16",
"@storybook/addon-knobs": "^3.3.3",
"@storybook/addon-links": "^3.2.16",
"@storybook/react": "^5.2.4",
"autoprefixer": "7.1.6",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.24.1",
"chalk": "^2.3.0",
"cross-env": "^5.1.1",
"css-loader": "^3.2.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.1.0",
"eslint-watch": "^3.1.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.10",
"html-webpack-exclude-assets-plugin": "0.0.5",
"html-webpack-plugin": "2.30.1",
"node-sass": "^4.6.1",
"nodemon": "^1.9.2",
"npm-run-all": "^4.1.1",
"pm2": "^3.4.1",
"postcss-custom-properties": "6.2.0",
"postcss-loader": "^2.0.8",
"prettier": "1.11.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
}
}