| 1 |
{ |
| 2 |
"name": "event-post", |
| 3 |
"version": "5.2.2", |
| 4 |
"private": true, |
| 5 |
"dependencies": { |
| 6 |
"classnames": "^2.2.5", |
| 7 |
"lodash": "^4.17.4", |
| 8 |
"react": "^16.1.1", |
| 9 |
"react-dom": "^16.1.1" |
| 10 |
}, |
| 11 |
"scripts": { |
| 12 |
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack", |
| 13 |
"dev": "cross-env BABEL_ENV=default NODE_ENV=development webpack --watch" |
| 14 |
}, |
| 15 |
"devDependencies": { |
| 16 |
"autoprefixer": "^7.1.6", |
| 17 |
"babel-core": "^6.26.0", |
| 18 |
"babel-loader": "^7.1.2", |
| 19 |
"babel-plugin-lodash": "^3.3.2", |
| 20 |
"babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 21 |
"babel-plugin-transform-react-jsx": "^6.24.1", |
| 22 |
"babel-plugin-transform-runtime": "^6.23.0", |
| 23 |
"babel-preset-env": "^1.6.1", |
| 24 |
"cross-env": "^5.1.1", |
| 25 |
"extract-text-webpack-plugin": "^3.0.2", |
| 26 |
"node-sass": "^4.7.2", |
| 27 |
"postcss-loader": "^2.0.9", |
| 28 |
"prettier": "^1.9.1", |
| 29 |
"raw-loader": "^0.5.1", |
| 30 |
"sass-loader": "^6.0.6", |
| 31 |
"webpack": "^3.8.1" |
| 32 |
} |
| 33 |
} |
| 34 |
|