|
11 | 11 | "dependencies": {}, |
12 | 12 | "devDependencies": { |
13 | 13 | "@babel/core": "^7.1.2", |
| 14 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 15 | + "@babel/plugin-transform-runtime": "^7.1.0", |
| 16 | + "@babel/polyfill": "^7.0.0", |
14 | 17 | "@babel/preset-env": "^7.1.0", |
| 18 | + "@babel/runtime": "^7.1.2", |
15 | 19 | "@mysticatea/eslint-plugin": "^6.0.0", |
16 | 20 | "appcache-manifest": "^2.1.0", |
17 | 21 | "babel-eslint": "^10.0.1", |
|
21 | 25 | "css-loader": "^1.0.0", |
22 | 26 | "eslint": "^5.7.0", |
23 | 27 | "eslint-plugin-vue": "^5.0.0-beta.3", |
| 28 | + "eslint4b": "^5.7.0", |
24 | 29 | "file-loader": "^2.0.0", |
25 | | - "lodash": "^4.17.4", |
26 | 30 | "material-design-icons": "^3.0.1", |
27 | | - "monaco-editor": "^0.10.1", |
28 | 31 | "npm-run-all": "^4.1.2", |
29 | 32 | "pako": "^1.0.6", |
| 33 | + "postcss-loader": "^3.0.0", |
| 34 | + "postcss-preset-env": "^6.1.2", |
30 | 35 | "rimraf": "^2.6.2", |
31 | 36 | "shelljs": "^0.8.2", |
32 | 37 | "string-replace-loader": "^1.3.0", |
| 38 | + "url-loader": "^1.1.2", |
33 | 39 | "vue": "^2.5.9", |
| 40 | + "vue-eslint-editor": "^0.1.1", |
34 | 41 | "vue-eslint-parser": "^3.2.2", |
35 | 42 | "vue-loader": "^15.4.2", |
36 | 43 | "vue-template-compiler": "^2.5.9", |
37 | 44 | "webpack": "^4.21.0", |
| 45 | + "webpack-cli": "^3.1.2", |
38 | 46 | "webpack-dev-server": "^3.1.9" |
39 | 47 | }, |
40 | 48 | "scripts": { |
41 | | - "build": "cross-env NODE_ENV=production run-s clean build:*", |
| 49 | + "build": "run-s -s clean build:*", |
42 | 50 | "build:html": "appcache-manifest-fixer src/index.html -o dist/index.html", |
43 | | - "build:js": "webpack --progress --hide-modules", |
44 | | - "build:monaco": "node scripts/copy-monaco", |
| 51 | + "build:js": "webpack --env.production --progress", |
45 | 52 | "build:manifest": "appcache-manifest \"dist/**/*.{css,html,js,svg,eot,ttf,woff,woff2}\" --prefix /vue-eslint-demo --network-star -o dist/index.appcache", |
46 | 53 | "build:versions": "node scripts/make-versions", |
47 | 54 | "clean": "rimraf dist", |
48 | 55 | "deploy": "node scripts/deploy", |
49 | 56 | "lint": "eslint . --ext .js,.vue --rulesdir eslint-rules", |
50 | | - "preversion": "run-s lint build -s", |
| 57 | + "preversion": "run-s -s lint build", |
51 | 58 | "postversion": "git push --tags && git push", |
52 | 59 | "update-deps": "npm install eslint@latest eslint-plugin-vue@latest vue-eslint-parser@latest babel-eslint@latest", |
53 | | - "watch": "cross-env NODE_ENV=development run-p watch:* -s", |
| 60 | + "watch": "run-p -s watch:*", |
54 | 61 | "watch:html": "cpx src/index.html dist --watch", |
55 | | - "watch:js": "webpack-dev-server --open --hot", |
56 | | - "watch:monaco": "node scripts/copy-monaco --watch" |
| 62 | + "watch:js": "webpack-dev-server --open --hot" |
57 | 63 | }, |
58 | 64 | "repository": { |
59 | 65 | "type": "git", |
|
0 commit comments