forked from okfde/fragdenstaat_de
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.89 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.89 KB
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
{
"name": "fragdenstaat_de",
"version": "0.0.0",
"description": "Freedom of Information Portal in Germany",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint",
"serve": "vite",
"dev": "vite",
"build": "vite build",
"favicon": "real-favicon generate fragdenstaat_de/theme/static/img/favicon/favicon.json favicon-result.json fragdenstaat_de/theme/static/img/favicon"
},
"homepage": "https://github.com/okfde/fragdenstaat_de#readme",
"devDependencies": {
"@okfde/eslint-config-froide": "^1.4.0",
"@sentry/vite-plugin": "^4.7.0",
"@types/bootstrap": "^5.2.10",
"@types/glidejs__glide": "^3.6.6",
"@vitejs/plugin-vue": "^6.0.3",
"autoprefixer": "^10.4.23",
"cli-real-favicon": "0.0.9",
"eslint": "^9.39.2",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-config-standard": "^7.0.0",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-dev-manifest": "^1.4.1",
"vue": "^3.5.27"
},
"dependencies": {
"@fontsource-variable/jost": "^5.2.8",
"@fontsource/geist": "^5.2.8",
"@glidejs/glide": "^3.7.1",
"@okfde/filingcabinet": "github:okfde/django-filingcabinet",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^10.36.0",
"bootstrap": "^5.3.8",
"django-cookie-consent": "^0.9.0",
"dompurify": "^3.3.1",
"font-awesome": "^4.7.0",
"froide": "github:okfde/froide",
"froide_campaign": "github:okfde/froide-campaign",
"froide_exam": "github:okfde/froide-exam",
"froide_food": "github:okfde/froide-food",
"froide_legalaction": "github:okfde/froide-legalaction",
"froide_payment": "github:okfde/froide-payment",
"vega": "^6.2.0",
"vega-embed": "7.1.0",
"vega-interpreter": "^2.2.1",
"vega-lite": "^6.4.2"
},
"prettier": "prettier-config-standard",
"packageManager": "pnpm@9.15.9"
}