-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "prociv-website",
"version": "1.1.9",
"description": "Sito della protezione civile di settimo milanese",
"author": "Andrea Tombolato <andreacw96@gmail.com> (https://github.com/andreacw5)",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/prociv-sm/website.git"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@snyk/protect": "^1.1291.1",
"babel-eslint": "^10.1.0",
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.37.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^1.3.8",
"dotenv": "^16.4.5",
"firebase": "^10.12.2",
"nuxt": "2.18.1",
"nuxt-i18n": "^6.28.1",
"v-calendar": "^2.4.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"@nuxt/types": "~2.17.2",
"@nuxtjs/vuetify": "^1.12.3",
"prettier": "^2.8.1"
}
}