-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.4 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
{
"name": "3-in-2-clock",
"version": "1.1.3",
"description": "'3 in 2' is a fun game for summer camps where the whole camp experiences three whole (and otherwise normal) days in the time of two real days. You simply pretend that time passes more quickly. All you need is a clock running faster.",
"author": "Till Sanders <mail@till-sanders.de>",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint .",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"prettier": "prettier . --write",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@nuxtjs/i18n": "^8.3.3",
"date-fns": "^3.6.0",
"v-plausible": "^1.2.0"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.0",
"@vite-pwa/nuxt": "^0.9.1",
"@vue/test-utils": "^2.4.6",
"nuxt": "^3.12.4",
"postcss-html": "^1.7.0",
"prettier": "3.3.3",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0"
}
}