|
| 1 | +{ |
| 2 | + "name": "webpack-best-practice-config", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "scripts": { |
| 6 | + "yii2-webpack": "yii2-webpack", |
| 7 | + "yii2-webpack:default": "yii2-webpack --default-config", |
| 8 | + "dev": "yii2-webpack-exec --progress --yii2-webpack-config dev", |
| 9 | + "build": "yii2-webpack-exec --yii2-webpack-config prod" |
| 10 | + }, |
| 11 | + "keywords": [], |
| 12 | + "author": "", |
| 13 | + "license": "ISC", |
| 14 | + "dependencies": { |
| 15 | + "babel-cli": "^6.26.0", |
| 16 | + "babel-core": "^6.26.0", |
| 17 | + "babel-loader": "^7.1.4", |
| 18 | + "babel-plugin-component": "^1.1.1", |
| 19 | + "babel-plugin-syntax-dynamic-import": "^6.18.0", |
| 20 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 21 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 22 | + "babel-preset-env": "^1.6.1", |
| 23 | + "babel-preset-es2015": "^6.24.1", |
| 24 | + "babel-preset-react": "^6.24.1", |
| 25 | + "npm": "^6.7.0", |
| 26 | + "webpack": "^4.6.0", |
| 27 | + "webpack-cli": "^3.2.3", |
| 28 | + "webpack-dev-server": "^3.1.14", |
| 29 | + "webpack-merge": "^4.1.2", |
| 30 | + "yii2-webpack": "^1.0.0" |
| 31 | + } |
| 32 | +} |
0 commit comments