init
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
lib/assemble.js
0 → 100644
lib/index.js
0 → 100644
lib/parse.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "vue-loader-next", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "build": "webpack --config test/webpack.config.js" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "devDependencies": { | |||
| "babel-core": "^6.26.0", | |||
| "babel-loader": "^7.1.4", | |||
| "babel-preset-env": "^1.6.1", | |||
| "css-loader": "^0.28.11", | |||
| "vue": "^2.5.16", | |||
| "vue-template-compiler": "^2.5.16", | |||
| "webpack": "^4.1.0", | |||
| "webpack-cli": "^2.0.10" | |||
| }, | |||
| "dependencies": { | |||
| "hash-sum": "^1.0.2", | |||
| "loader-utils": "^1.1.0", | |||
| "lru-cache": "^4.1.2", | |||
| "prettier": "^1.11.1", | |||
| "source-map": "^0.7.2", | |||
| "vue-component-compiler": "vuejs/vue-component-compiler#master", | |||
| "vue-hot-reload-api": "^2.3.0", | |||
| "vue-style-loader": "^4.0.2", | |||
| "vue-template-es2015-compiler": "^1.6.0" | |||
| } | |||
| } |
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment