-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.08 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@lambda-platform/lambda-builder",
"version": "3.1.0",
"description": "lambda builder",
"main": "src/index.js",
"repository": "[email protected]:lambda-platform/lambda-builder.git",
"author": "Lambda Development Team",
"license": "MIT",
"scripts": {
"start": "vue-cli-service serve --mode development",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ckeditor/ckeditor5-vue2": "^3.0.1",
"@firebase/messaging": "^0.7.4",
"@tinymce/tinymce-vue": "^3.0.0",
"accounting-js": "^1.1.1",
"ag-grid-community": "28.2.1",
"ag-grid-enterprise": "28.2.1",
"ag-grid-vue": "28.2.1",
"axios": "^0.21.1",
"ckeditor5-custom-build": "^0.0.6",
"core-js": "^3.6.5",
"dot": "^1.1.3",
"esri-leaflet": "^3.0.0",
"firebase": "^7.19.1",
"hooper": "^0.3.4",
"install": "^0.13.0",
"iview": "^3.5.4",
"jQuery-QueryBuilder": "^2.5.2",
"jquery": "^3.5.1",
"json-logic-js": "^2.0.2",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet.fullscreen": "^2.0.0",
"lodash": "^4.17.20",
"lottie-vuejs": "^0.4.0",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"path": "^0.12.7",
"portal-vue": "^2.1.7",
"printd": "^1.4.2",
"socket.io-client": "2.3.0",
"sql-formatter": "^4.0.2",
"sql-parser": "^0.5.0",
"sql-parser-mistic": "^1.2.3",
"turf": "^3.0.14",
"v-mask": "^2.3.0",
"vue": "^2.6.11",
"vue-circular-count-down-timer": "^1.0.4",
"vue-ckeditor2": "^2.1.5",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.25.1",
"vue-inline-svg": "^2.1.0",
"vue-input-mask": "^0.0.11",
"vue-input-tag": "^2.0.7",
"vue-js-modal": "^2.0.0-rc.6",
"vue-json-editor": "^1.4.3",
"vue-multiselect": "2.0.8",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vue-shortkey": "^3.1.7",
"vue-slimscroll": "^1.0.1",
"vue-smooth-dnd": "^0.8.1",
"vue-svg-pan-zoom": "^1.1.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"wkx": "^0.5.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass-loader": "^11.0.1",
"tslib": "^2.4.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"publishConfig": {
"access": "public"
}
}