|
1 | 1 | {
|
2 | 2 | "name": "react-redux-graphql-apollo-bootstrap-webpack-starter",
|
3 |
| - "version": "1.0.2", |
4 |
| - "description": "react js + redux + graphQL + Apollo + react router4 + hot reload + devTools + bootstrap + webpack 3 starter", |
| 3 | + "version": "2.0.0", |
| 4 | + "description": |
| 5 | + "react js + redux + graphQL + Apollo + react router4 + hot reload + devTools + bootstrap + webpack 3 starter", |
5 | 6 | "main": "src/index.js",
|
6 | 7 | "scripts": {
|
7 | 8 | "flow": "flow",
|
8 | 9 | "jest": "jest",
|
9 |
| - "test": "cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive", |
| 10 | + "test": |
| 11 | + "cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive", |
10 | 12 | "coverage": "nyc report --reporter=text-lcov | coveralls",
|
11 |
| - "dev": "rimraf docs/assets && cross-env NODE_ENV=dev webpack --display-entrypoints --config webpack.dev.config.js", |
12 |
| - "prod": "rimraf docs/assets && cross-env NODE_ENV=production webpack -p --config webpack.production.config.js", |
| 13 | + "dev": |
| 14 | + "rimraf docs/assets && cross-env NODE_ENV=dev webpack --display-entrypoints --config webpack.dev.config.js", |
| 15 | + "prod": |
| 16 | + "rimraf docs/assets && cross-env NODE_ENV=production webpack -p --config webpack.production.config.js", |
13 | 17 | "start": "cross-env NODE_ENV=dev node server.hot.reload",
|
14 |
| - "start-spa-dev": "npm run dev && cross-env NODE_ENV=dev nodemon ./src/server/SPA/index.js", |
15 |
| - "start-spa-prod": "npm run prod && cross-env NODE_ENV=production node ./src/server/SPA/index.js" |
| 18 | + "start-spa-dev": |
| 19 | + "npm run dev && cross-env NODE_ENV=dev nodemon ./src/server/SPA/index.js", |
| 20 | + "start-spa-prod": |
| 21 | + "npm run prod && cross-env NODE_ENV=production node ./src/server/SPA/index.js" |
16 | 22 | },
|
17 | 23 | "engines": {
|
18 |
| - "node": ">=6.11.1", |
19 |
| - "npm": "^5.3.0", |
20 |
| - "yarn": ">=0.27.5" |
| 24 | + "node": ">=8.1.4", |
| 25 | + "npm": "^5.6.0", |
| 26 | + "yarn": ">=1.3.2" |
21 | 27 | },
|
22 | 28 | "keywords": [
|
23 | 29 | "react",
|
|
40 | 46 | ],
|
41 | 47 | "repository": {
|
42 | 48 | "type": "git",
|
43 |
| - "url": "git+https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter.git" |
| 49 | + "url": |
| 50 | + "git+https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter.git" |
44 | 51 | },
|
45 | 52 | "bugs": {
|
46 |
| - "url": "https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/issues" |
| 53 | + "url": |
| 54 | + "https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/issues" |
47 | 55 | },
|
48 | 56 | "author": "Erwan DATIN (MacKentoch)",
|
49 | 57 | "license": "MIT",
|
|
0 commit comments