-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.59 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
{
"name": "geocity",
"version": "1.0.4",
"private": true,
"description": "Public space is the point of access to information on the activities planned on the territory of your municipality",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi generate",
"deploy": "rsync -e 'ssh -p PORT' -avzP --delete --exclude='.*' dist/ USERNAME@SERVER",
"release": "release-it",
"eslint": "eslint --ext .js,.vue",
"eslint:fix": "eslint --ext .js,.vue --fix",
"format": "yarn eslint:fix"
},
"dependencies": {
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/vue": "^5.10.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/date-fns": "^1.5.0",
"@nuxtjs/svg-sprite": "^0.5.2",
"floating-vue": "^1.0.0-beta.15",
"nuxt-edge": "latest",
"nuxt-flatpickr": "^0.0.2",
"nuxt-i18n": "^6.13.12",
"nuxt-vue-select": "^0.1.4",
"proj4": "^2.7.5",
"vue-js-modal": "^2.0.1",
"vuelayers": "^0.11.37"
},
"devDependencies": {
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^4.2.1",
"@release-it/conventional-changelog": "^4.1.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"msw": "^0.39.2",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"release-it": "^14.12.3"
},
"msw": {
"workerDirectory": "public"
}
}