some modifications
This diff is collapsed.
... | ... | @@ -6,20 +6,22 @@ |
"private": true, | ||
"scripts": { | ||
"build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js --env build", | ||
"devbuild": "./node_modules/webpack/bin/webpack.js --config webpack.config.js", | ||
"test": "./node_modules/karma/bin/karma start karma.config.js" | ||
}, | ||
"dependencies": { | ||
"vue": "^2.2.4", | ||
"vue": "^2.2.5", | ||
"vue-template-compiler": "^2.2.5", | ||
"vuex": "^2.2.1", | ||
"axios": "^0.15.3" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.24.0", | ||
"babel-preset-latest": "^6.24.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-core": "^7.0.0-alpha.3", | ||
"babel-preset-latest": "^7.0.0-alpha.3", | ||
"babel-polyfill": "^7.0.0-alpha.3", | ||
"webpack": "^2.2.1", | ||
"yargs": "^7.0.2", | ||
"babel-loader": "^7.0.0-beta.1", | ||
"vue-loader": "^11.1.4", | ||
"css-loader": "^0.27.3", | ||
... | ... |
test/main-test.js
0 → 100644
Please register or sign in to comment