-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.86 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
{
"name": "dynamic-form-render",
"version": "1.2.2-beta",
"main": "dist/lib/index.js",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"release": "scripty",
"docs:publish": "sh release-docs",
"analyz": "npm_config_report=true npm run build"
},
"dependencies": {
"async-validator": "^1.11.5",
"axios": "^0.19.2",
"element-theme-chalk": "^2.13.2",
"element-ui": "^2.13.2",
"lodash": "^4.17.20",
"qrcode": "^1.4.4",
"sanitize-html": "^1.25.0",
"stylelint": "^13.6.0",
"terser-webpack-plugin-legacy": "^1.2.5",
"vue-router": "^3.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"compare-versions": "^3.6.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"imagemin-lint-staged": "^0.4.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"scripty": "^2.0.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.17.2",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.7.1",
"webpack-cli": "^4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/prettywhitewhite/dynamic-form-render"
},
"homepage": "https://prettywhitewhite.github.io/dynamic-form-render",
"license": "ISC",
"keywords": [
"vue",
"element-ui",
"form",
"dynamic-form",
"form-render"
]
}