|
6 | 6 | "scripts": { |
7 | 7 | "test": "jest --env node", |
8 | 8 | "lint": "eslint lib test --fix", |
9 | | - "build": "webpack --config exploration/webpack.config.js" |
| 9 | + "build": "webpack --config exploration/webpack.config.js", |
| 10 | + "dev": "webpack-dev-server --config exploration/webpack.config.js --inline --hot" |
10 | 11 | }, |
11 | 12 | "author": "Evan You", |
12 | 13 | "license": "MIT", |
|
31 | 32 | "css-loader": "*", |
32 | 33 | "vue-template-compiler": "^2.0.0" |
33 | 34 | }, |
| 35 | + "dependencies": { |
| 36 | + "consolidate": "^0.15.0", |
| 37 | + "debug": "^3.1.0", |
| 38 | + "hash-sum": "^1.0.2", |
| 39 | + "loader-utils": "^1.1.0", |
| 40 | + "lru-cache": "^4.1.2", |
| 41 | + "postcss": "^6.0.20", |
| 42 | + "postcss-selector-parser": "^3.1.1", |
| 43 | + "prettier": "^1.11.1", |
| 44 | + "source-map": "^0.5.6", |
| 45 | + "vue-component-compiler": "vuejs/vue-component-compiler#master", |
| 46 | + "vue-hot-reload-api": "^2.3.0", |
| 47 | + "vue-style-loader": "^4.1.0", |
| 48 | + "vue-template-es2015-compiler": "^1.6.0" |
| 49 | + }, |
34 | 50 | "devDependencies": { |
35 | 51 | "babel-core": "^6.26.0", |
36 | 52 | "babel-loader": "^7.1.4", |
|
61 | 77 | "webpack-dev-server": "^3.1.1", |
62 | 78 | "webpack-merge": "^4.1.2", |
63 | 79 | "yorkie": "^1.0.3" |
64 | | - }, |
65 | | - "dependencies": { |
66 | | - "consolidate": "^0.15.0", |
67 | | - "debug": "^3.1.0", |
68 | | - "hash-sum": "^1.0.2", |
69 | | - "loader-utils": "^1.1.0", |
70 | | - "lru-cache": "^4.1.2", |
71 | | - "postcss": "^6.0.20", |
72 | | - "postcss-selector-parser": "^3.1.1", |
73 | | - "prettier": "^1.11.1", |
74 | | - "source-map": "^0.5.6", |
75 | | - "vue-component-compiler": "vuejs/vue-component-compiler#master", |
76 | | - "vue-hot-reload-api": "^2.3.0", |
77 | | - "vue-style-loader": "^4.1.0", |
78 | | - "vue-template-es2015-compiler": "^1.6.0" |
79 | 80 | } |
80 | 81 | } |
0 commit comments