|
6 | 6 | "author": "Irfan Maulana (https://github.com/mazipan/)", |
7 | 7 | "private": false, |
8 | 8 | "scripts": { |
9 | | - "dev": "cross-env NODE_ENV=development ./node_modules/.bin/parcel", |
10 | | - "build": "cross-env NODE_ENV=production ./node_modules/.bin/parcel build", |
| 9 | + "dev": "cross-env NODE_ENV=development ./node_modules/.bin/parcel index.html", |
| 10 | + "build": "rimraf dist && cross-env NODE_ENV=production ./node_modules/.bin/parcel build index.html", |
11 | 11 | "lint": "./node_modules/.bin/eslint --ext .js,.vue src test/*.js --fix --no-ignore" |
12 | 12 | }, |
13 | 13 | "homepage": "https://github.com/mazipan/setup-vue-without-vue-cli/", |
|
19 | 19 | "url": "https://github.com/mazipan/setup-vue-without-vue-cli/issues" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "vue": "^2.5.17" |
| 22 | + "vue": "^2.5.17", |
| 23 | + "vue-hot-reload-api": "^2.3.1" |
23 | 24 | }, |
24 | 25 | "devDependencies": { |
25 | | - "@vue/component-compiler-utils": "", |
26 | 26 | "@babel/core": "^7.1.2", |
27 | 27 | "@babel/preset-env": "^7.1.0", |
28 | | - "autoprefixer": "^9.1.5", |
| 28 | + "@vue/component-compiler-utils": "2.2.0", |
29 | 29 | "babel-core": "7.0.0-bridge.0", |
30 | 30 | "cross-env": "^5.2.0", |
31 | 31 | "css-loader": "^1.0.0", |
32 | 32 | "es6-promise": "^4.2.5", |
33 | | - "eslint": "^5.6.1", |
| 33 | + "eslint": "^5.7.0", |
34 | 34 | "eslint-plugin-vue": "4.7.1", |
35 | | - "file-loader": "^2.0.0", |
36 | | - "html-webpack-plugin": "^3.2.0", |
37 | | - "mini-css-extract-plugin": "^0.4.3", |
38 | | - "node-sass": "^4.9.3", |
39 | | - "optimize-css-assets-webpack-plugin": "^5.0.1", |
40 | | - "parcel-bundler": "", |
41 | | - "parcel-plugin-vue": "", |
42 | | - "parcel-plugin-eslint": "", |
| 35 | + "node-sass": "^4.9.4", |
| 36 | + "parcel-bundler": "1.10.3", |
43 | 37 | "rimraf": "^2.6.2", |
44 | 38 | "sass-loader": "^7.1.0", |
45 | | - "vue-loader": "^15.4.2", |
46 | | - "vue-template-compiler": "^2.5.17", |
47 | | - "webpack": "^4.20.2", |
48 | | - "webpack-bundle-analyzer": "^3.0.2", |
49 | | - "webpack-cli": "^3.1.2", |
50 | | - "webpack-dev-server": "^3.1.9" |
| 39 | + "vue-template-compiler": "^2.5.17" |
51 | 40 | } |
52 | 41 | } |
0 commit comments