-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "@lambda-platform/lambda-vue",
"version": "3.2.95",
"description": "lambda builder",
"main": "src/index.js",
"repository": "[email protected]:lambda-platform/lambda-vue.git",
"author": "Lambda Development Team",
"license": "MIT",
"scripts": {},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.1.0",
"@ckeditor/ckeditor5-vue": "^4.0.1",
"@esri/calcite-colors": "^6.0.1",
"@firebase/app": "^0.8.3",
"@firebase/messaging": "^0.10.0",
"@turf/turf": "^6.5.0",
"@vueuse/core": "^9.3.0",
"ag-grid-community": "29.1.0",
"ag-grid-enterprise": "29.1.0",
"ag-grid-vue3": "29.1.0",
"ant-design-vue": "^4.0.7",
"axios": "^0.27.2",
"ckeditor5-build-classic-custom-es": "^22.0.3",
"ckeditor5-custom-build": "^0.0.6",
"dayjs": "^1.11.7",
"echarts": "^5.4.2",
"jquery": "^3.6.1",
"json-logic-js": "^2.0.2",
"leaflet": "1.0.1",
"leaflet-draw": "1.0.4",
"leaflet.fullscreen": "^2.4.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"portal-vue": "^3.0.0-beta.0",
"printd": "^1.6.0",
"turf": "^3.0.14",
"vue": "^3.2.39",
"vue-i18n": "^9.2.2",
"vue3-json-editor": "^1.1.5",
"vuex": "^4.0.2",
"wkx": "^0.5.0",
"xlsx": "^0.18.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"publishConfig": {
"access": "public"
}
}