|
30 | 30 | "test:unit": "karma start test/unit/karma.unit.config.js",
|
31 | 31 | "test:cover": "karma start test/unit/karma.cover.config.js",
|
32 | 32 | "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js",
|
33 |
| - "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", |
34 |
| - "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", |
| 33 | + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.js", |
| 34 | + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.js", |
35 | 35 | "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
|
36 | 36 | "test:types": "tsc -p ./types/test/tsconfig.json",
|
37 | 37 | "lint": "eslint --fix src scripts test",
|
|
67 | 67 | },
|
68 | 68 | "homepage": "https://github.com/vuejs/vue#readme",
|
69 | 69 | "devDependencies": {
|
| 70 | + "@babel/core": "^7.0.0", |
| 71 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
| 72 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 73 | + "@babel/plugin-syntax-jsx": "^7.0.0", |
| 74 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 75 | + "@babel/preset-env": "^7.0.0", |
| 76 | + "@babel/register": "^7.0.0", |
70 | 77 | "@types/node": "^8.0.33",
|
71 | 78 | "@types/webpack": "^3.0.13",
|
72 | 79 | "acorn": "^5.2.1",
|
73 |
| - "babel-core": "^6.25.0", |
74 | 80 | "babel-eslint": "^8.0.3",
|
75 |
| - "babel-helper-vue-jsx-merge-props": "^2.0.2", |
76 |
| - "babel-loader": "^7.0.0", |
77 |
| - "babel-plugin-istanbul": "^4.1.4", |
78 |
| - "babel-plugin-syntax-dynamic-import": "^6.18.0", |
79 |
| - "babel-plugin-syntax-jsx": "^6.18.0", |
80 |
| - "babel-plugin-transform-vue-jsx": "^3.4.3", |
81 |
| - "babel-preset-es2015": "^6.24.1", |
| 81 | + "babel-helper-vue-jsx-merge-props": "^2.0.3", |
| 82 | + "babel-loader": "^8.0.4", |
| 83 | + "babel-plugin-istanbul": "^5.1.0", |
| 84 | + "babel-plugin-transform-vue-jsx": "^4.0.1", |
82 | 85 | "babel-preset-flow-vue": "^1.0.0",
|
83 | 86 | "buble": "^0.19.3",
|
84 | 87 | "chalk": "^2.3.0",
|
|
125 | 128 | "resolve": "^1.3.3",
|
126 | 129 | "rollup": "^0.54.1",
|
127 | 130 | "rollup-plugin-alias": "^1.3.1",
|
128 |
| - "rollup-plugin-babel": "^3.0.2", |
| 131 | + "rollup-plugin-babel": "^4.0.1", |
129 | 132 | "rollup-plugin-buble": "^0.19.2",
|
130 | 133 | "rollup-plugin-commonjs": "^8.0.0",
|
131 | 134 | "rollup-plugin-flow-no-whitespace": "^1.0.0",
|
|
0 commit comments