-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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": "@okfde/opendataranking.de",
"private": true,
"type": "module",
"scripts": {
"test": "eslint .",
"dev": "NODE_ENV=development vite",
"build": "NODE_ENV=production vite-ssg build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okfde/opendataranking.de.git"
},
"dependencies": {
"@fontsource/hanken-grotesk": "^5.0.20",
"@unhead/vue": "^1.9.10",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/server-renderer": "^3.4.27",
"autoprefixer": "^10.4.19",
"chroma-js": "^2.4.2",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"fast-xml-parser": "^4.4.0",
"front-matter": "^4.0.2",
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "3.2.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.3",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-ssg": "^0.23.7",
"yaml": "^2.4.2"
}
}