-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.52 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
{
"name": "revue-de-presse",
"version": "3.5.2",
"license": "GPL-3.0-or-later",
"funding": [
{
"type": "buymeacoffee.com",
"url": "https://www.buymeacoffee.com/thierrymarianne"
},
{
"type": "github.com",
"url": "https://github.com/sponsors/thierrymarianne"
},
{
"type": "liberapay.com",
"url": "https://liberapay.com/thierrymarianne/"
},
{
"type": "ko-fi.com",
"url": "https://ko-fi.com/thierrymarianne"
}
],
"private": true,
"scripts": {
"analyze-deps": "make deps-analysis",
"dev": "make dev",
"build": "make build",
"lint": "make lint",
"remove-extraneous-packages": "npm prune --production",
"rebuild-node-sass": "npm rebuild node-sass",
"start": "make start",
"patch": "npm version patch --no-git-tag-version --sign-git-tag",
"minor": "npm version minor --no-git-tag-version --sign-git-tag"
},
"engines": {
"npm": ">=9.5.1",
"node": ">=18.16.1"
},
"dependencies": {
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/axios": "5.13.5",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/emotion": "^0.1.0",
"@nuxtjs/sitemap": "^2.4.0",
"@typescript-eslint/typescript-estree": "^5.60.1",
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.31.0",
"csstype": "^3.1.2",
"nuxt": "^3.0.0",
"nuxt-property-decorator": "^2.9.1",
"nuxt-purgecss": "^2.0.0",
"nuxt-trailingslash-module": "^1.2.0",
"nuxt-vuex-router-sync": "^0.0.3",
"serialize-javascript": "^6.0.1",
"sparklines": "^1.3.0",
"vue-date-fns": "^2.0.1",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@nuxt/types": "^2.17.0",
"@nuxt/typescript": "^2.8.1",
"@nuxtjs/date-fns": "^1.4.3",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/router": "^1.5.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.4.0",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "^9.15.1",
"node-sass": "8.0.0",
"nuxt-compress": "^5.0.0",
"nuxt-lazysizes": "1.4.3",
"prettier": "^2.8.8",
"sass-loader": "^10.4.1",
"typescript": "^5.1.3",
"webpack": "^4.46.0"
},
"resolutions": {
"typescript": "*"
}
}