|
1 | 1 | { |
2 | | - "name": "react-webpack-django", |
3 | | - "version": "0.0.1", |
4 | | - "description": "", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "test": "echo \"Error: no test specified\" && exit 1", |
8 | | - "build": "./node_modules/.bin/webpack --config webpack.config.js", |
9 | | - "watch": "./node_modules/.bin/webpack --config webpack.config.js --watch" |
10 | | - }, |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "git+https://github.com/danwild/react-webpack-django.git" |
14 | | - }, |
15 | | - "author": "", |
16 | | - "license": "MIT", |
17 | | - "bugs": { |
18 | | - "url": "https://github.com/danwild/react-webpack-django/issues" |
19 | | - }, |
20 | | - "homepage": "https://github.com/danwild/react-webpack-django#readme", |
21 | | - "devDependencies": { |
22 | | - "babel": "^6.23.0", |
23 | | - "babel-core": "^6.25.0", |
24 | | - "babel-loader": "^7.1.1", |
25 | | - "babel-preset-env": "^1.6.0", |
26 | | - "babel-preset-es2015": "^6.24.1", |
27 | | - "babel-preset-react": "^6.24.1", |
28 | | - "react": "^15.6.1", |
29 | | - "react-dom": "^15.6.1", |
30 | | - "webpack": "^3.5.4", |
31 | | - "webpack-bundle-tracker": "^0.2.0" |
32 | | - } |
| 2 | + "name": "react-webpack-django", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | + "build": "./node_modules/.bin/webpack --config webpack.config.js", |
| 9 | + "watch": "./node_modules/.bin/webpack --config webpack.config.js --watch" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/danwild/react-webpack-django.git" |
| 14 | + }, |
| 15 | + "author": "", |
| 16 | + "license": "MIT", |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/danwild/react-webpack-django/issues" |
| 19 | + }, |
| 20 | + "homepage": "https://github.com/danwild/react-webpack-django#readme", |
| 21 | + "devDependencies": { |
| 22 | + "babel": "^6.23.0", |
| 23 | + "babel-core": "^6.25.0", |
| 24 | + "babel-loader": "^7.1.1", |
| 25 | + "babel-preset-env": "^1.6.0", |
| 26 | + "babel-preset-es2015": "^6.24.1", |
| 27 | + "babel-preset-react": "^6.24.1", |
| 28 | + "react": "^15.6.1", |
| 29 | + "react-dom": "^15.6.1", |
| 30 | + "react-router-dom": "^4.1.2", |
| 31 | + "webpack": "^3.5.4", |
| 32 | + "webpack-bundle-tracker": "^0.2.0" |
| 33 | + } |
33 | 34 | } |
0 commit comments