|
12 | 12 | "vue" |
13 | 13 | ], |
14 | 14 | "license": "MIT", |
15 | | - "main": "dist/index.js", |
| 15 | + "main": "dist/rollup-plugin-vue.js", |
| 16 | + "module": "dist/rollup-plugin-vue.mjs", |
16 | 17 | "typings": "dist/index.d.ts", |
17 | 18 | "repository": { |
18 | 19 | "type": "git", |
19 | 20 | "url": "git+https://github.com/vuejs/rollup-plugin-vue.git" |
20 | 21 | }, |
21 | 22 | "standard-version": { |
22 | 23 | "scripts": { |
23 | | - "postchangelog": "yarn test && yarn build:docs && git add docs/" |
| 24 | + "postchangelog": "yarn test && yarn :build:docs && git add docs/" |
24 | 25 | } |
25 | 26 | }, |
26 | 27 | "scripts": { |
27 | 28 | "prepublishOnly": "yarn build", |
28 | | - "prebuild": "yarn lint", |
29 | | - "build": "tsc", |
30 | | - "prebuild:docs": "cp CHANGELOG.md docs/changelog.md", |
31 | | - "build:docs": "vuepress build docs/", |
32 | | - "postbuild:docs": "rm docs/changelog.md", |
| 29 | + "build": "yarn :build", |
| 30 | + "docs": "yarn :docs", |
| 31 | + "pre:build": "yarn lint", |
| 32 | + ":build": "rollup -c", |
| 33 | + "pre:build:docs": "cp CHANGELOG.md docs/changelog.md", |
| 34 | + ":build:docs": "vuepress build docs/", |
| 35 | + "post:build:docs": "rm docs/changelog.md", |
33 | 36 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1", |
34 | | - "predocs": "cp CHANGELOG.md docs/changelog.md", |
35 | | - "docs": "vuepress dev docs/", |
36 | | - "postdocs": "rm docs/CHANGELOG.md", |
| 37 | + "pre:docs": "cp CHANGELOG.md docs/changelog.md", |
| 38 | + ":docs": "vuepress dev docs/", |
| 39 | + "post:docs": "rm docs/CHANGELOG.md", |
37 | 40 | "lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**", |
38 | 41 | "release": "standard-version -a", |
39 | | - "pretest": "yarn build", |
40 | 42 | "test": "jest" |
41 | 43 | }, |
42 | 44 | "files": [ |
43 | | - "dist/", |
44 | | - "src/" |
| 45 | + "dist/" |
45 | 46 | ], |
46 | 47 | "dependencies": { |
47 | | - "@babel/runtime": "^7.0.0-beta.46", |
48 | 48 | "@vue/component-compiler": "^3.6", |
49 | 49 | "@vue/component-compiler-utils": "^2.1.0", |
50 | | - "debug": "^2.6.0", |
| 50 | + "debug": "^4.1.1", |
51 | 51 | "hash-sum": "^1.0.2", |
52 | 52 | "querystring": "^0.2.0", |
53 | 53 | "rollup-pluginutils": "^2.0.1", |
|
59 | 59 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", |
60 | 60 | "@babel/plugin-transform-runtime": "^7.0.0-beta.46", |
61 | 61 | "@babel/preset-env": "^7.0.0-beta.46", |
62 | | - "@types/debug": "^0.0.30", |
63 | | - "@types/jest": "^22.2.3", |
64 | | - "@types/node": "^10.0.4", |
| 62 | + "@babel/runtime": "^7.0.0-beta.46", |
| 63 | + "@types/debug": "^0.0.31", |
| 64 | + "@types/jest": "^23.3.12", |
| 65 | + "@types/node": "^10.12.18", |
65 | 66 | "@types/puppeteer": "^1.3.1", |
66 | 67 | "@znck/promised": "^1.0.0", |
67 | 68 | "babel-core": "7.0.0-bridge.0", |
68 | | - "babel-jest": "^22.4.3", |
| 69 | + "babel-jest": "^23.6.0", |
69 | 70 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
70 | | - "conventional-changelog": "^1.1.24", |
71 | | - "jest": "^22.4.2", |
| 71 | + "conventional-changelog": "^3.0.5", |
| 72 | + "jest": "^23.6.0", |
72 | 73 | "node-sass": "^4.9.0", |
73 | | - "postcss": "^6.0.22", |
| 74 | + "postcss": "^7.0.11", |
74 | 75 | "postcss-assets": "^5.0.0", |
75 | 76 | "prettier": "^1.12.1", |
76 | 77 | "pug": "^2.0.3", |
77 | 78 | "puppeteer": "^1.4.0", |
78 | | - "rollup": "^0.58.2", |
| 79 | + "rollup": "^1.1.0", |
79 | 80 | "rollup-plugin-babel": "^4.0.0-beta.4", |
80 | 81 | "rollup-plugin-commonjs": "^9.1.3", |
81 | 82 | "rollup-plugin-css-only": "^0.4.0", |
82 | 83 | "rollup-plugin-md": "^0.0.7", |
83 | | - "rollup-plugin-node-resolve": "^3.3.0", |
| 84 | + "rollup-plugin-node-resolve": "^4.0.0", |
84 | 85 | "rollup-plugin-replace": "^2.0.0", |
85 | | - "rollup-plugin-typescript": "^0.8.1", |
86 | | - "rollup-plugin-url": "^1.4.0", |
87 | | - "ts-jest": "^22.4.5", |
88 | | - "typescript": "^2.8.3", |
| 86 | + "rollup-plugin-typescript": "^1.0.0", |
| 87 | + "rollup-plugin-typescript2": "^0.18.1", |
| 88 | + "rollup-plugin-url": "^2.1.0", |
| 89 | + "ts-jest": "^23.10.5", |
| 90 | + "typescript": "^3.2.2", |
89 | 91 | "vue": "^2.5.16", |
90 | 92 | "vue-class-component": "^6.2.0", |
91 | 93 | "vue-template-compiler": "^2.5.16", |
92 | | - "vuepress": "^0.13.0" |
| 94 | + "vuepress": "^0.14.8" |
93 | 95 | }, |
94 | 96 | "peerDependencies": { |
95 | 97 | "vue-template-compiler": "*" |
|
0 commit comments