-
Notifications
You must be signed in to change notification settings - Fork 315
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.95 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.95 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
58
59
60
61
62
63
64
65
66
{
"name": "mirror-web",
"private": true,
"homepage": "https://github.com/tuna/mirror-web",
"scripts": {
"format": "prettier --write \"_src/**/*.vue\" \"_src/**/*.html\" \"_src/**/*js\" \"_src/**/*.scss\" \"_src/**/*.ts\" \"*.mjs\" \"_helpz/*js\" \"_helpz/*.?sx\"",
"postinstall": "patch-package --patch-dir _node_module_patch"
},
"engines": {
"node": "^22.15.0 || >=23.5.0"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/reactivity": "^3.4.21",
"@vue/runtime-core": "^3.4.21",
"@webcomponents/template": "^1.5.1",
"babel-preset-njs": "^0.7.0",
"bootstrap": "^5.3.3",
"bootstrap-sass": "^3.4.3",
"core-js": "^3.36.1",
"element-polyfill": "^1.1.0",
"events-polyfill": "^2.1.2",
"fast-glob": "^3.3.2",
"formdata-polyfill": "^4.0.10",
"highlight.js": "^11.9.0",
"hogan.js": "^3.0.2",
"lato-webfont": "^2.15.1",
"liquidjs": "^10.25.0",
"markdown-it": "^13.0.2",
"markdown-it-myst": "^1.0.15",
"markup-js": "^1.5.21",
"mdast-util-to-markdown": "^2.1.2",
"myst-parser": "^1.6.5",
"njs-types": "^0.8.2",
"patch-package": "^8.0.1",
"promise-polyfill": "^8.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sass": "^1.74.1",
"sass-cast": "^0.5.6",
"source-code-pro": "^2.38.0",
"terser": "^5.30.3",
"timeago.js": "^4.0.2",
"tslib": "^2.6.2",
"tsx": "^4.21.0",
"typescript": "^5.4.5",
"unist-util-visit": "^5.1.0",
"unplugin-vue-components": "^0.26.0",
"vfile": "^6.0.3",
"vite": "^5.4.21",
"vite-plugin-ruby": "^5.0.0",
"webfontloader": "^1.6.28",
"whatwg-fetch": "^3.6.20",
"yaml": "^2.4.1"
},
"devDependencies": {
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0"
},
"type": "module"
}