|
| 1 | +{ |
| 2 | + "name": "react-html-parser-demo", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Demo for the React HTML Parser library", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "node server.js", |
| 8 | + "build": "webpack --config webpack.config.production.js --progress", |
| 9 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 10 | + }, |
| 11 | + "author": "Peter Newnham", |
| 12 | + "license": "MIT", |
| 13 | + "devDependencies": { |
| 14 | + "autoprefixer": "6.3.1", |
| 15 | + "babel-cli": "^6.4.5", |
| 16 | + "babel-core": "^6.4.5", |
| 17 | + "babel-preset-es2015": "^6.3.13", |
| 18 | + "babel-preset-react": "^6.3.13", |
| 19 | + "babel-preset-stage-2": "6.3.13", |
| 20 | + "css-loader": "0.23.1", |
| 21 | + "extract-text-webpack-plugin": "1.0.1", |
| 22 | + "html-webpack-plugin": "2.7.1", |
| 23 | + "json-loader": "0.5.4", |
| 24 | + "node-sass": "3.4.2", |
| 25 | + "postcss-loader": "0.8.0", |
| 26 | + "react-hot-loader": "1.3.0", |
| 27 | + "redux-devtools": "3.0.1", |
| 28 | + "sass-loader": "3.1.2", |
| 29 | + "style-loader": "0.13.0", |
| 30 | + "webpack": "^1.12.12", |
| 31 | + "webpack-dev-server": "^1.14.1" |
| 32 | + }, |
| 33 | + "dependencies": { |
| 34 | + "brace": "0.7.0", |
| 35 | + "normalize-scss": "4.0.3", |
| 36 | + "react": "0.14.6", |
| 37 | + "react-ace": "3.1.0", |
| 38 | + "react-dom": "0.14.6", |
| 39 | + "react-redux": "4.0.6", |
| 40 | + "redux": "3.0.5" |
| 41 | + } |
| 42 | +} |
0 commit comments