-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
76 lines (76 loc) · 1.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "vue-rawmodel",
"version": "1.2.2",
"description": "RawModel.js plugin for Vue.js v2. Form validation has never been easier!",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -Rf ./dist",
"build": "npm run clean; vue build src/index.ts --prod --lib --config ./vue.config.js",
"prepublish": "npm run build",
"example": "vue build example/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpepermint/vue-rawmodel.git"
},
"bugs": {
"url": "https://github.com/xpepermint/vue-rawmodel/issues"
},
"homepage": "https://github.com/xpepermint/vue-rawmodel#readme",
"keywords": [
"vue",
"vue.js",
"orm",
"odm",
"map",
"mapping",
"context",
"contextify",
"rawmodel",
"model",
"modeling",
"document",
"class",
"apollo",
"graphql",
"request",
"storage",
"structure",
"structuring",
"error",
"errors",
"handling",
"handle",
"valid",
"validate",
"validation",
"validator",
"validating",
"form",
"type",
"cast",
"casting",
"history",
"tracking",
"change",
"field",
"fields"
],
"author": "Kristijan Sedlak (Xpepermint)",
"license": "MIT",
"devDependencies": {
"rawmodel": "^1.7.0",
"ts-loader": "^2.0.0",
"typescript": "^2.1.5",
"vue": "^2.1.10",
"vue-cli": "^2.8.0",
"vue-template-compiler": "2.1.10"
},
"peerDependencies": {
"rawmodel": "^1.7.0"
},
"dependencies": {
"promised-debounce": "^0.4.2"
}
}