-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "vue-form-2",
"version": "1.2.7",
"description": "Vue.js 2 form component",
"main": "main.js",
"scripts": {
"build": "babel lib -d compiled"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matfish2/vue-form-2.git"
},
"keywords": [
"vuejs2",
"form",
"validation"
],
"author": "Matanya Fishaimer",
"license": "MIT",
"bugs": {
"url": "https://github.com/matfish2/vue-form-2/issues"
},
"homepage": "https://github.com/matfish2/vue-form-2#readme",
"files": [
"compiled",
"main.js"
],
"dependencies": {
"clone": "^1.0.2",
"debounce": "^1.0.0",
"jquery": "^3.4.1",
"merge": "^1.2.0",
"moment": "^2.10.6",
"vue": ">=2.0.0",
"vue-resource": ">=0.9.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.2.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1"
}
}