-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "vue-in-web-worker",
"version": "2.0.0",
"description": "Vue.js in Web Worker",
"homepage": "https://github.com/niutech/vue-in-web-worker",
"repository": "github:niutech/vue-in-web-worker",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"web-worker",
"worker-dom"
],
"author": "niu tech",
"license": "Apache License 2.0",
"devDependencies": {
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"rollup": "^2.33.1",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"terser": "^5.3.8",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@ampproject/worker-dom": "^0.27.3",
"vue": "^2.6.12"
}
}