-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.34 KB
/
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
41
42
43
44
45
{
"name": "vue-form-navi",
"version": "1.2.0",
"main": "index.js",
"description": "a vue directive for arrow key navigation",
"author": {
"email": "[email protected]",
"name": "Yoyo Young"
},
"repository": {
"type": "git",
"url": "https://github.com/yoyoys/vue-form-navi"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "rimraf dist && tsc --project tsconfig.build.json && copyfiles package.json dist/ && copyfiles README.md dist/",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"postversion": "copyfiles -E package.json ../"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@types/jest": "^25.1.1",
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-plugin-typescript": "^4.2.2",
"@vue/cli-plugin-unit-jest": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"@vue/test-utils": "1.0.0-beta.31",
"@yoyoys/eslint-config-vue-typescript-prettier-airbnb": "2.1.0",
"copyfiles": "^2.2.0",
"core-js": "^3.6.4",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.0",
"jest-junit": "^10.0.0",
"rimraf": "^3.0.2",
"typescript": "~3.8.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.0",
"vue-template-compiler": "^2.6.11"
}
}