-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"type": "module",
"devDependencies": {
"@floating-ui/vue": "^1.0.6",
"@rollup/plugin-commonjs": "^29.0.0",
"@types/node": "^24.0.0",
"@types/ua-parser-js": "^0.7.39",
"clipboard": "^2.0.11",
"terser": "^5.27.0",
"vitepress": "^2.0.0-alpha.17"
},
"scripts": {
"docs:dev": "vitepress dev docs --port 6173 --host",
"docs:build": "vitepress build docs",
"predocs:build": "node ./tools/content-fixer.mjs",
"docs:preview": "vitepress preview docs --port 7173 --host"
},
"dependencies": {
"@datagouv/vitepress-plugin-matomo": "^1.0.5",
"@docsearch/css": "^4.6.0",
"@docsearch/js": "^4.6.0",
"@material/material-color-utilities": "^0.3.0",
"@mdui/icons": "^1.0.3",
"@napi-rs/canvas": "^0.1.44",
"@oasisakari/mdui": "^2.1.4",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"markdown-it-image-size": "^15.0.0",
"pinia": "^3.0.0",
"pinia-plugin-persistedstate": "^4.7.1",
"punycode-detector": "^1.0.4",
"typescript": "^6.0.0",
"ua-parser-js": "^2.0.9",
"view-transitions-polyfill": "^1.0.6",
"vitepress-plugin-google-analytics": "^1.0.2",
"vue": "^3.4.14",
"vue3-lazyload": "^0.3.8"
},
"engines": {
"node": ">=24"
}
}