|
1 | 1 | { |
2 | | - "name": "generator-react-express-webpack-babel", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Boilerplate for ReactJS project with ExpressJS server. It uses webpack and babel", |
5 | | - "main": "app.js", |
6 | | - "scripts": { |
7 | | - "start": "node app.js", |
8 | | - "test": "echo \"Error: no test specified\" && exit 1" |
9 | | - }, |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "git+https://github.com/tahnik/react-express-webpack-babel" |
13 | | - }, |
14 | | - "keywords": [ |
15 | | - "react", |
16 | | - "express", |
17 | | - "webpack", |
18 | | - "babel", |
19 | | - "yeoman-generator" |
20 | | - ], |
21 | | - "author": "Tahnik Mustasin", |
22 | | - "license": "ISC", |
23 | | - "bugs": { |
24 | | - "url": "https://github.com/tahnik/react-express-webpack-babel/issues" |
25 | | - }, |
26 | | - "homepage": "https://github.com/tahnik/react-express-webpack-babel#readme", |
27 | | - "dependencies": { |
28 | | - "babel-core": "^6.10.4", |
29 | | - "babel-loader": "^6.2.4", |
30 | | - "babel-preset-es2015": "^6.9.0", |
31 | | - "babel-preset-react": "^6.11.1", |
32 | | - "babel-preset-stage-1": "^6.5.0", |
33 | | - "express": "^4.14.0", |
34 | | - "react": "^15.2.1", |
35 | | - "react-dom": "^15.2.1", |
36 | | - "webpack": "^1.13.1", |
37 | | - "webpack-dev-server": "^1.14.1" |
38 | | - } |
| 2 | + "name": "generator-react-express-webpack-babel", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Boilerplate for ReactJS project with ExpressJS server. It uses webpack and babel", |
| 5 | + "main": "app.js", |
| 6 | + "scripts": { |
| 7 | + "start": "node app.js", |
| 8 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/tahnik/react-express-webpack-babel" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "react", |
| 16 | + "express", |
| 17 | + "webpack", |
| 18 | + "babel", |
| 19 | + "yeoman-generator" |
| 20 | + ], |
| 21 | + "author": "Tahnik Mustasin", |
| 22 | + "license": "ISC", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/tahnik/react-express-webpack-babel/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/tahnik/react-express-webpack-babel#readme", |
| 27 | + "dependencies": { |
| 28 | + "babel-core": "^6.10.4", |
| 29 | + "babel-loader": "^6.2.4", |
| 30 | + "babel-preset-es2015": "^6.9.0", |
| 31 | + "babel-preset-react": "^6.11.1", |
| 32 | + "babel-preset-stage-1": "^6.5.0", |
| 33 | + "express": "^4.14.0", |
| 34 | + "react": "^15.2.1", |
| 35 | + "react-dom": "^15.2.1", |
| 36 | + "react-redux": "^4.4.5", |
| 37 | + "redux": "^3.5.2", |
| 38 | + "webpack": "^1.13.1", |
| 39 | + "webpack-dev-server": "^1.14.1" |
| 40 | + } |
39 | 41 | } |
0 commit comments