-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "vue-fast-forms",
"description": "VueJS forms builder and validator ",
"author": "Andranik Hovesyan <[email protected]>",
"version": "1.0.1",
"private": false,
"main": "dist/vue-fast-forms.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "vue-cli-service build --target lib --name vue-fast-forms lib",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hovesyan/vue-fast-forms.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Hovesyan/vue-fast-forms/issues"
},
"homepage": "http://vue-fast-forms.hovesyan.pro/",
"dependencies": {
"bootstrap": "4.3.1",
"moment": "^2.22.2",
"register-service-worker": "^1.0.0",
"vue": "^2.5.16",
"vue-fontawesome": "0.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.11.0",
"@vue/cli-plugin-eslint": "^3.0.0-beta.15",
"@vue/cli-plugin-pwa": "^3.0.0-beta.15",
"@vue/cli-service": "3.11.0",
"@vue/eslint-config-airbnb": "^3.0.0-rc.3",
"babel-preset-stage-0": "^6.24.1",
"jquery": "3.4.1",
"node-sass": "^7.0.0",
"prismjs": "^1.15.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.0.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}