-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 4.37 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@ideartedesign/giorno-di-quarantena",
"version": "1.0.0",
"description": "Quanto finisce la quarantena? questo ancora non lo sappiamo, ma possiamo dirti da quanto siamo chiusi in casa in quarantena forzata.",
"author": "IDEARTE Design <info@ideartedesign.com> (https://ideartedesign.com)",
"license": "MIT",
"homepage": "https://giornodiquarantena.it",
"keywords": [
"quarantena",
"covid",
"covid-19",
"newcovid",
"sars-covid",
"quarantine",
"stayathome",
"iorestoacasa"
],
"contributors": [
{
"name": "Luca Iaconelli <lucabelli@msn.com> (https://lucaiaconelli.it)"
},
{
"name": "Alex Salvatore Trotta <alexsalvatoretrotta@gmail.com> (https://ideartedesign.com)"
}
],
"main": "docs/index.html",
"repository": {
"type": "git",
"url": "https://github.com/ideartedesign/giorno-di-quarantena.git"
},
"bugs": {
"url": "https://github.com/ideartedesign/giorno-di-quarantena/issues"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"predev": "npm install",
"dev": "nuxt -o src",
"build": "nuxt build src",
"prestart": "npm run build",
"start": "nuxt start src",
"generate": "nuxt generate src",
"eslint": "eslint --ext .js,.vue .",
"eslint-fix": "eslint --fix --ext .js,.vue .",
"stylelint": "stylelint ./**/*.scss",
"stylelint-fix": "stylelint ./**/*.scss --fix",
"lint": "npm run eslint && npm run stylelint",
"lint-fix": "npm run eslint-fix && npm run stylelint-fix",
"pretest": "npm run lint",
"test": "jest",
"release": "npm run test && npm run generate && standard-version && git push --follow-tags && npm run publish"
},
"files": [
"docs"
],
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@luxdamore/nuxt-canvas-sketch": "^1.5.1",
"@nuxtjs/axios": "^5.10.0",
"@nuxtjs/dotenv": "latest",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/sitemap": "^2.2.0",
"novelcovid": "^1.2.7",
"nuxt": "^2.12.2",
"nuxt-compress": "^1.1.0",
"nuxt-fontawesome": "^0.4.0",
"nuxt-jsonld": "^1.4.8",
"nuxt-start": "^2.12.2",
"nuxt-webfontloader": "^1.1.0",
"three": "^0.115.0",
"vue-lazy-hydration": "^1.0.0-beta.12",
"vue-social-sharing": "^2.4.7"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/runtime-corejs3": "^7.8.7",
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@nuxtjs/eslint-config": "latest",
"@vue/eslint-config-prettier": "latest",
"babel-eslint": "latest",
"babel-jest": "^25.4.0",
"codecov": "^3.6.2",
"core-js": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^0.5.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-unicorn": "^18.0.1",
"eslint-plugin-vue": "^6.1.2",
"get-port": "^5.1.0",
"husky": "^4.2.5",
"jest": "^25.4.0",
"jsdom": "^16.2.2",
"modern-normalize": "^0.6.0",
"node-sass": "^4.13.1",
"postcss-combine-duplicated-selectors": "^8.1.0",
"postcss-html": "^0.36.0",
"postcss-nested": "latest",
"postcss-scoped": "latest",
"prettier": "^2.0.5",
"prettier-eslint": "latest",
"prettier-stylelint": "^0.4.2",
"request": "latest",
"request-promise-native": "latest",
"sass-loader": "^8.0.2",
"standard-version": "^8.0.1",
"stylelint": "^13.3.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-no-unsupported-browser-features": "^4.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.17.1"
}
}