forked from epicmaxco/vuestic-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.96 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
{
"name": "vuestic-admin",
"private": true,
"version": "3.1.0",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "npm run lint && vue-tsc --noEmit && vite build",
"build:ci": "vite build",
"start:ci": "serve -s ./dist",
"prelint": "npm run format",
"lint": "eslint --fix \"./src/**/*.{ts,js,vue}\"",
"format": "prettier --write .",
"preview": "vite preview"
},
"lint-staged": {
"./src/**/*.{ts,js,vue}": [
"npm run lint"
]
},
"dependencies": {
"@amcharts/amcharts5": "^5.2.19",
"@amcharts/amcharts5-geodata": "^5.0.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@gtm-support/vue-gtm": "^2.0.0",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"epic-spinners": "^2.0.0",
"flag-icons": "^6.6.4",
"ionicons": "^4.6.3",
"leaflet": "^1.8.0",
"leaflet-map": "^0.2.1",
"maplibre-gl": "^2.1.9",
"medium-editor": "^5.23.3",
"pinia": "^2.0.16",
"register-service-worker": "^1.7.1",
"sass": "^1.53.0",
"serve": "^14.2.0",
"vue": "^3.2.25",
"vue-chartjs": "^4.1.1",
"vue-i18n": "^9.1.10",
"vue-router": "^4.2.4",
"vue-yandex-maps": "^0.12.3",
"vuestic-ui": "^1.7.3"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@types/leaflet": "^1.7.11",
"@types/medium-editor": "^5.0.5",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.13.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"postcss": "^8.4.21",
"prettier": "^2.6.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.5.4",
"vite": "^4.4.6",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.35.0"
}
}