-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.62 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"devDependencies": {
"@antfu/eslint-config": "0.16.0",
"@nuxtjs/eslint-config-typescript": "8.0.0",
"@types/crypto-js": "^4.1.1",
"@types/tinycolor2": "^1.4.3",
"@vitejs/plugin-legacy": "^2.0.1",
"@vueuse/components": "7.4.3",
"@vueuse/nuxt": "7.4.3",
"@zougt/some-loader-utils": "^1.4.3",
"apite": "^1.4.1",
"color": "^4.2.3",
"nuxt": "3.12.4",
"patch-vue-directive-ssr": "0.0.1",
"sass": "1.45.1",
"sass-loader": "12.4.0",
"typescript": "4.5.5",
"unplugin-vue-components": "^0.22.8",
"vite-plugin-legacy": "^2.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-gtag-next": "^1.14.0",
"rollup-plugin-visualizer": "^5.12.0"
},
"dependencies": {
"@aesoper/normal-utils": "^0.1.5",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.1.0",
"@antv/g2plot": "^2.4.20",
"@apollo/client": "^3.6.6",
"@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",
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^1.0.6",
"@lambda-platform/lambda-vue": "3.2.86",
"@nuxt/postcss8": "^1.1.3",
"@turf/turf": "^6.5.0",
"@vue/apollo-option": "^4.0.0-alpha.17",
"@vueuse/core": "^9.0.2",
"accounting-js": "^1.1.1",
"ag-grid-community": "29.1.0",
"ag-grid-enterprise": "29.1.0",
"ag-grid-vue3": "29.1.0",
"ant-design-vue": "^4.2.2",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"ckeditor5-build-classic-custom-es": "^22.0.3",
"crypto-js": "^4.1.1",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"jquery": "^3.6.1",
"json-logic-js": "^2.0.2",
"leaflet": "^1.8.0",
"leaflet-draw": "^1.0.4",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"portal-vue": "^3.0.0-beta.0",
"postcss": "^8.4.14",
"printd": "^1.6.0",
"swiper": "^8.4.7",
"tailwindcss": "^3.4.1",
"tinycolor2": "^1.6.0",
"vue-awesome-swiper": "^5.0.1",
"vue-axios": "^3.4.1",
"vue-i18n": "^9.5.0",
"vue-inline-svg": "^3.1.0",
"vue-social-sharing": "^4.0.0-alpha4",
"vue": "^3.4.14",
"vue-router": "^4.2.5",
"vuex": "^4.1.0",
"wkx": "^0.5.0"
},
"version": "0.0.0"
}