-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.29 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
{
"name": "karyum-setup",
"version": "1.0.2",
"description": "",
"main": "index.jsx",
"scripts": {
"bundle": "webpack --config webpack.base.config.js --watch",
"dev:bundle": "webpack --config webpack.dev.config.js",
"dev:start": "nodemon ./src/server/server.js",
"start": "webpack --config webpack.prod.config.js && node ./src/server/server.js"
},
"author": "Karyum",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"express": "^4.16.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"styled-components": "^2.3.3",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
}
}