|
24 | 24 | },
|
25 | 25 | "scripts": {
|
26 | 26 | "prepublishOnly": "yarn build",
|
27 |
| - "prebuild": "yarn lint && yarn test", |
| 27 | + "prebuild": "yarn lint", |
28 | 28 | "build": "tsc",
|
29 | 29 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
|
30 | 30 | "docs": "typedoc typings src/index.ts",
|
31 | 31 | "lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**",
|
32 | 32 | "release": "standard-version -a",
|
| 33 | + "pretest": "yarn build", |
33 | 34 | "test": "jest"
|
34 | 35 | },
|
35 | 36 | "files": [
|
|
38 | 39 | ],
|
39 | 40 | "dependencies": {
|
40 | 41 | "@babel/runtime": "^7.0.0-beta.46",
|
41 |
| - "@vue/component-compiler": "^3.3.1", |
| 42 | + "@vue/component-compiler": "^3.3.2", |
42 | 43 | "@vue/component-compiler-utils": "^1.2.1",
|
43 | 44 | "debug": "^2.6.0",
|
44 | 45 | "hash-sum": "^1.0.2",
|
| 46 | + "postcss": "^6.0.22", |
45 | 47 | "querystring": "^0.2.0",
|
46 | 48 | "rollup-pluginutils": "^2.0.1"
|
47 | 49 | },
|
|
56 | 58 | "@znck/promised": "^1.0.0",
|
57 | 59 | "babel-core": "7.0.0-bridge.0",
|
58 | 60 | "babel-jest": "^22.4.3",
|
| 61 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
59 | 62 | "conventional-changelog": "^1.1.24",
|
60 | 63 | "jest": "^22.4.2",
|
61 | 64 | "node-sass": "^4.9.0",
|
62 | 65 | "prettier": "^1.12.1",
|
63 | 66 | "pug": "^2.0.3",
|
64 |
| - "puppeteer": "^1.3.0", |
| 67 | + "puppeteer": "^1.4.0", |
65 | 68 | "rollup": "^0.58.2",
|
66 | 69 | "rollup-plugin-babel": "^4.0.0-beta.4",
|
67 |
| - "rollup-plugin-commonjs": "^9.1.0", |
| 70 | + "rollup-plugin-commonjs": "^9.1.3", |
68 | 71 | "rollup-plugin-css-only": "^0.4.0",
|
69 | 72 | "rollup-plugin-image": "^1.0.2",
|
70 | 73 | "rollup-plugin-md": "^0.0.7",
|
|
0 commit comments