-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.81 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
{
"name": "volunteers-crm",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "npm run build && vite preview"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"apexcharts": "^3.36.0",
"axios": "^1.1.3",
"dayjs": "^1.11.5",
"file-extension-icon-js": "^1.1.6",
"laravel-vue-i18n": "^2.1.3",
"lodash": "^4.17.21",
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^2.3.0",
"query-string": "^7.1.1",
"vue": "^3.2.25",
"vue-router": "^4.0.16",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.1",
"vue3-audio-player": "^1.0.5",
"vue3-openlayers": "^0.1.68",
"vue3-telegram-login": "^0.0.4",
"vuetify": "^3.0.1",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@popperjs/core": "^2.11.5",
"@types/lodash": "^4.14.186",
"@types/node": "^18.6.0",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.1.2",
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.13",
"eslint": "^8.18.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"sass": "^1.53.0",
"typescript": "^4.5.4",
"vite": "^3.1.8",
"vite-plugin-vuetify": "^1.0.0",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-tsc": "^1.0.8"
},
"engines": {
"node": ">= 18.12.0",
"npm": ">= 8.19.0"
}
}