|
@@ -15,7 +15,7 @@
|
|
"cart": "cd examples/shopping-cart && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
|
|
"cart": "cd examples/shopping-cart && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
|
|
"chat": "cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
|
|
"chat": "cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
|
|
"build": "node build/build.js",
|
|
"build": "node build/build.js",
|
|
- "build-examples": "webpack --config examples/webpack.build-all.config.js",
|
|
|
|
|
|
+ "build-examples": "BABEL_ENV=development webpack --config examples/webpack.build-all.config.js",
|
|
"unit": "BABEL_ENV=development mocha test/unit/test.js --compilers js:babel-core/register",
|
|
"unit": "BABEL_ENV=development mocha test/unit/test.js --compilers js:babel-core/register",
|
|
"e2e": "casperjs test --concise ./test/e2e",
|
|
"e2e": "casperjs test --concise ./test/e2e",
|
|
"test": "eslint src && npm run unit && npm run build-examples && npm run e2e",
|
|
"test": "eslint src && npm run unit && npm run build-examples && npm run e2e",
|
|
@@ -35,7 +35,6 @@
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"babel-core": "^6.2.1",
|
|
"babel-core": "^6.2.1",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-loader": "^6.2.0",
|
|
- "babel-plugin-add-module-exports": "^0.1.1",
|
|
|
|
"babel-plugin-transform-runtime": "^6.1.18",
|
|
"babel-plugin-transform-runtime": "^6.1.18",
|
|
"babel-polyfill": "^6.2.0",
|
|
"babel-polyfill": "^6.2.0",
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"babel-preset-es2015": "^6.1.18",
|
|
@@ -55,7 +54,7 @@
|
|
"rollup-plugin-babel": "^2.4.0",
|
|
"rollup-plugin-babel": "^2.4.0",
|
|
"todomvc-app-css": "^2.0.3",
|
|
"todomvc-app-css": "^2.0.3",
|
|
"uglify-js": "^2.6.2",
|
|
"uglify-js": "^2.6.2",
|
|
- "vue": "^1.0.8",
|
|
|
|
|
|
+ "vue": "^1.0.17",
|
|
"vue-hot-reload-api": "^1.2.1",
|
|
"vue-hot-reload-api": "^1.2.1",
|
|
"vue-html-loader": "^1.0.0",
|
|
"vue-html-loader": "^1.0.0",
|
|
"vue-loader": "^8.2.0",
|
|
"vue-loader": "^8.2.0",
|