|
| 1 | +{ |
| 2 | + "name": "todo-immutable", |
| 3 | + "version": "0.0.1", |
| 4 | + "author": "", |
| 5 | + "private": true, |
| 6 | + "scripts": { |
| 7 | + "start": "cross-env-shell NODE_ENV=development BUILD_ENV=development webpack-dev-server --config=\"./webpack/webpack.config.babel.js\" --env development", |
| 8 | + "build:config": "webpack --config=\"./webpack/webpack.config.babel.js\" --env production --display-reasons", |
| 9 | + "build:dev": "cross-env-shell NODE_ENV=production BUILD_ENV=development npm run build:config", |
| 10 | + "build:prod": "cross-env-shell NODE_ENV=production BUILD_ENV=production npm run build:config", |
| 11 | + "build:analyze": "run-s build:prod analyze", |
| 12 | + "analyze": "webpack-bundle-analyzer \"./build/build-stats.json\" build", |
| 13 | + "prettier": "prettier-eslint --list-different \"./source/**/*.js\"; prettier-eslint --write \"./source/**/*.js\"" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "classnames": "2.2.6", |
| 17 | + "faker": "4.1.0", |
| 18 | + "immutable": "4.0.0-rc.12", |
| 19 | + "moment": "2.23.0", |
| 20 | + "react": "16.7.0", |
| 21 | + "react-dom": "16.7.0", |
| 22 | + "react-flip-move": "3.0.3", |
| 23 | + "reset-css": "4.0.1" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@babel/core": "7.2.2", |
| 27 | + "@babel/plugin-proposal-class-properties": "7.2.3", |
| 28 | + "@babel/plugin-proposal-decorators": "7.2.3", |
| 29 | + "@babel/plugin-proposal-function-bind": "7.2.0", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "7.2.0", |
| 31 | + "@babel/polyfill": "7.2.5", |
| 32 | + "@babel/preset-env": "7.2.3", |
| 33 | + "@babel/preset-react": "7.0.0", |
| 34 | + "@babel/register": "7.0.0", |
| 35 | + "@lectrum/eslint-config-core": "1.1.15", |
| 36 | + "babel-eslint": "10.0.1", |
| 37 | + "babel-loader": "8.0.5", |
| 38 | + "chalk": "2.4.2", |
| 39 | + "clean-webpack-plugin": "1.0.0", |
| 40 | + "cross-env": "5.2.0", |
| 41 | + "css-loader": "2.1.0", |
| 42 | + "css-mqpacker": "7.0.0", |
| 43 | + "cssnano": "4.1.8", |
| 44 | + "eslint": "5.12.1", |
| 45 | + "eslint-plugin-react": "7.12.4", |
| 46 | + "file-loader": "3.0.1", |
| 47 | + "html-webpack-plugin": "3.2.0", |
| 48 | + "html-webpack-template": "6.2.0", |
| 49 | + "mini-css-extract-plugin": "0.5.0", |
| 50 | + "npm-run-all": "4.1.5", |
| 51 | + "postcss-easing-gradients": "3.0.1", |
| 52 | + "postcss-font-smoothing": "0.1.0", |
| 53 | + "postcss-icss-selectors": "2.0.3", |
| 54 | + "postcss-import": "12.0.1", |
| 55 | + "postcss-loader": "3.0.0", |
| 56 | + "postcss-preset-env": "6.5.0", |
| 57 | + "postcss-reporter": "6.0.1", |
| 58 | + "prettier-eslint-cli": "4.7.1", |
| 59 | + "prop-types": "15.6.2", |
| 60 | + "react-dev-utils": "7.0.1", |
| 61 | + "react-hot-loader": "4.6.3", |
| 62 | + "style-loader": "0.23.1", |
| 63 | + "stylelint": "9.10.1", |
| 64 | + "url-loader": "1.1.2", |
| 65 | + "webpack": "4.29.0", |
| 66 | + "webpack-bundle-analyzer": "3.0.3", |
| 67 | + "webpack-cli": "3.2.1", |
| 68 | + "webpack-dev-server": "3.1.14", |
| 69 | + "webpack-merge": "4.2.1" |
| 70 | + } |
| 71 | +} |
0 commit comments