-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.73 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.73 KB
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
77
78
79
80
81
82
83
84
{
"name": "easyapi-data-form",
"version": "1.2.33",
"description": "EasyAPI(JSON、XML)表单组件",
"author": "easyapi",
"keywords": [
"easyapi",
"vue",
"json",
"xml",
"form"
],
"main": "./src/index.js",
"module": "./dist/easyapi-data-form.js",
"repository": {
"type": "git",
"url": "git+https://github.com/easyapi/easyapi-data-form.git"
},
"homepage": "https://github.com/easyapi/easyapi-data-form",
"bugs": {
"url": "https://github.com/easyapi/easyapi-data-form/issues"
},
"license": "Apache-2.0",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.config.js",
"example": "rm -rf ./example/dist/*.js && rm -rf ./example/dist/*.html && webpack --progress --config webpack.config.js",
"build": "webpack --progress --config webpack.build.js"
},
"dependencies": {
"highlight.js": "^11.4.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"vuedraggable": "^2.24.3",
"easyapi-js-sandbox": "^1.0.4",
"easyapi-env-input": "^1.1.14",
"x2js": "^3.4.3",
"js-sql-parser": "1.4.1"
},
"devDependencies": {
"vue": "^2.6.14",
"element-ui": "^2.15.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-proposal-do-expressions": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-function-bind": "^7.16.7",
"@babel/plugin-proposal-function-sent": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-pipeline-operator": "^7.16.7",
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"babel-plugin-component": "^1.1.1",
"css-loader": "^6.6.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"resolve-url-loader": "^5.0.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"directories": {
"example": "example"
}
}