-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "vuelidate-property-decorators",
"version": "1.0.28",
"main": "index.js",
"license": "MIT",
"description": "A thin wrapper of vuelidate library to simplify its usage with vue-class-component.",
"keywords": [
"typescript",
"vuelidate",
"decorator",
"vue-class-component"
],
"homepage": "https://github.com/mesemus/vuelidate-property-decorators",
"scripts": {
"build": "npx babel src --out-dir dist"
},
"author": "Mirek Simek ([email protected])",
"repository": "github:mesemus/vuelidate-property-decorators",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"vue-class-component": "^7.0.1",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.14.0",
"eslint-plugin-cypress": "^2.2.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.2.2",
"flow-bin": "^0.94.0",
"vue-to-js": "^0.9.4"
}
}