-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 849 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
34
35
36
37
38
39
40
{
"name": "types-vue",
"version": "1.1.0",
"description": "Vue typescript decorators",
"main": "lib/types-vue.umd.js",
"types": "lib/types-vue.d.ts",
"scripts": {
"build": "tsc",
"build:prod": "rollup -c"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/fernandoescolar/types-vue"
},
"keywords": [
"vue",
"typescript",
"decorators"
],
"author": {
"name": "Fernando Escolar",
"email": "[email protected]",
"url": "http://fernandoescolar.github.io/"
},
"license": "MIT",
"dependencies": {
"vue-class-component": "^6.2.0"
},
"devDependencies": {
"rollup": "^0.50.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.6.1",
"vue": "^2.5.16",
"vuex": "^3.0.1"
}
}