-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.25 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
{
"name": "rect-ssr",
"version": "1.0.0-beta",
"description": "Universal react application",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development PORT=3000 node ./api/init.js",
"start-watch": "nodemon --watch ./api ./api/init.js",
"start-prod": "NODE_ENV=production webpack --mode production --display-modules --config ./webpack.config.js --progress && ./node_modules/@babel/cli/bin/babel.js ./app --retain-lines -d ./dist/build/app --copy-files && ./node_modules/@babel/cli/bin/babel.js ./api --retain-lines -d ./dist/build/api --copy-files && NODE_ENV=production node dist/build/api/index.js",
"build": "NODE_ENV=production webpack --mode production --display-modules --config ./webpack.config.js --progress",
"build-client": "NODE_ENV=production BUILD=client webpack --mode production --display-modules --config ./webpack.config.js --progress",
"build-server": "NODE_ENV=production BUILD=server webpack --mode production --display-modules --config ./webpack.config.js --progress",
"lint": "npm run lint-client && npm run lint-server",
"lint-client": "eslint ./app",
"lint-server": "eslint ./api",
"test": "",
"test-coverage": "",
"clean": "",
"analyze": "",
"benchmark": ""
},
"dependencies": {
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"axios": "^0.18.0",
"axios-cancel": "^0.2.2",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"compression": "^1.7.3",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.16.4",
"express-rate-limit": "^3.3.1",
"express-static-gzip": "^1.1.3",
"fetch-intercept": "^2.3.1",
"helmet": "^3.15.0",
"hpp": "^0.2.2",
"isomorphic-fetch": "^2.2.1",
"knex": "^0.15.2",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"objection": "^1.3.0",
"query-string": "^6.2.0",
"rand-token": "^0.4.0",
"react": "^16.5.2",
"react-autosize-textarea": "^5.0.0",
"react-dom": "^16.5.2",
"react-head": "^3.0.0-1",
"react-lazy-images": "^1.1.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-share": "^2.3.1",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"serialize-javascript": "^1.5.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-require-ignore": "^0.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.5.0",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.5.4",
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.0",
"del": "^3.0.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.3",
"ignore-loader": "^0.1.2",
"material-design-icons": "^3.0.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"react-hot-loader": "^4.3.11",
"react-x-ray": "^1.0.0-4",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.22.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-hot-server-middleware": "^0.5.0",
"webpack-node-externals": "^1.7.2"
}
}