-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development vite",
"build": "NODE_ENV=production vite-ssg build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okfde/transparenzranking.de.git"
},
"dependencies": {
"@fontsource/cabin": "^4.2.2",
"@vueuse/head": "^0.5.1",
"lodash.debounce": "^4.0.8",
"vue": "^3.0.7",
"vue-router": "^4.0.5",
"vue-slide-up-down": "^2.0.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"@iconify/json": "^1.1.323",
"@rollup/plugin-yaml": "^3.0.0",
"@vitejs/plugin-legacy": "^1.3.2",
"@vitejs/plugin-vue": "^1.2.0",
"@vue/compiler-sfc": "^3.0.9",
"@vue/server-renderer": "^3.0.9",
"chroma-js": "^2.1.1",
"markdown-it": "^12.0.4",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"svgo": "^2.3.0",
"vite": "^2.1.4",
"vite-plugin-components": "^0.8.3",
"vite-plugin-icons": "^0.4.0",
"vite-plugin-windicss": "^0.11.1",
"vite-ssg": "^0.9.1",
"xml2json": "^0.12.0"
},
"prettier": {
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "none",
"proseWrap": "always"
}
}