-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.38 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
{
"name": "react-redux-webpack-keystone-boilerplate",
"version": "1.0.0",
"dependencies": {
"async": "2.1.4",
"aws-sdk": "^2.147.0",
"bootstrap": "^4.0.0-beta.2",
"chart.js": "^2.7.1",
"connect-mongo": "^2.0.0",
"dotenv": "^4.0.0",
"font-awesome": "^4.7.0",
"jquery": "^3.0.0",
"keystone": "https://github.com/stevenkaspar/keystone.git",
"keystone-email": "1.0.5",
"keystone-storage-adapter-s3": "https://github.com/stevenkaspar/keystone-storage-adapter-s3.git",
"lodash": "^4.13.1",
"marked": "^0.3.6",
"moment": "^2.19.1",
"node-sass-middleware": "0.11.0",
"numeral": "^2.0.6",
"popper.js": "^1.12.4",
"prop-types": "^15.6.0",
"pug": "2.0.0-beta11",
"randomstring": "^1.1.5",
"react": "^16.1.0",
"react-chartjs-2": "^2.6.4",
"react-datetime": "^2.10.3",
"react-dom": "^16.1.0",
"react-hot-loader": "^3.1.2",
"react-number-format": "^3.0.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"reactstrap": "^5.0.0-alpha.3",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"webpack-hot-middleware": "^2.20.0"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.5",
"eslint": "3.15.0",
"eslint-config-keystone": "3.0.0",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-watch": "^4.3.11",
"html-webpack-plugin": "^2.30.1",
"mocha": "^4.0.1",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.9.4"
},
"scripts": {
"lint": "eslint .",
"start": "node keystone.js",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.js && ./node_modules/webpack/bin/webpack.js --config webpack-server.config.js",
"serve:prod": "npm run build && NODE_ENV=production USE_KEYSTONE_SERVER=true node keystone.js",
"dev": "NODE_ENV=development USE_KEYSTONE_SERVER=true gulp",
"test": "USE_KEYSTONE_SERVER=false TESTING=true ./node_modules/.bin/mocha ./tests/main.test.js --exit"
},
"repository": {
"type": "git",
"url": "[email protected]:stevenkaspar/react-redux-webpack-keystone-boilerplate.git"
},
"licence": "MIT"
}