-
-
Notifications
You must be signed in to change notification settings - Fork 370
/
package.json
88 lines (88 loc) · 2.51 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "github.surmon.me",
"description": "Surmon's GitHub repositories homepage",
"version": "2.0.0",
"author": "Surmon",
"homepage": "https://github.surmon.me",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/surmon-china.github.io.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src",
"generate": "node prerender",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/commands": "^6.x",
"@codemirror/lang-cpp": "^6.x",
"@codemirror/lang-css": "^6.x",
"@codemirror/lang-html": "^6.x",
"@codemirror/lang-java": "^6.x",
"@codemirror/lang-javascript": "^6.x",
"@codemirror/lang-json": "^6.x",
"@codemirror/lang-lezer": "^6.x",
"@codemirror/lang-markdown": "^6.x",
"@codemirror/lang-php": "^6.x",
"@codemirror/lang-python": "^6.x",
"@codemirror/lang-rust": "^6.x",
"@codemirror/lang-sql": "^6.x",
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/lang-xml": "^6.x",
"@codemirror/language": "^6.x",
"@codemirror/legacy-modes": "^6.x",
"@codemirror/theme-one-dark": "^6.x",
"@codemirror/view": "^6.x",
"@highlightjs/vue-plugin": "^2.1.0",
"@unhead/schema": "^1.9.x",
"@unhead/ssr": "^1.9.x",
"@unhead/vue": "^1.9.x",
"@videojs-player/react": "^1.0.0",
"@videojs-player/vue": "^1.0.0",
"@videojs/themes": "^1.0.1",
"axios": "^1.7.x",
"cm6-theme-material-dark": "^0.2.0",
"cm6-theme-nord": "^0.2.0",
"codemirror": "^6.x",
"dedent": "^1.5.x",
"flv.js": "^1.6.2",
"gh-lang-colors": "^0.1.5",
"highlight.js": "^11.10.x",
"js-base64": "^3.7.x",
"lodash": "^4.17.21",
"naivebayes": "^0.5.0",
"pinia": "^2.x",
"react": "^18.x",
"react-dom": "^18.x",
"segmentit": "^2.x",
"sitemap": "^8.x",
"swiper": "^11.x",
"thememirror": "^2.0.1",
"video.js": "^8.x",
"vue": "^3.4.x",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.4.x",
"vue-touch-ripple": "^4.x"
},
"devDependencies": {
"@eslint/js": "^9.x",
"@types/node": "^22.4.0",
"@types/video.js": "^7.x",
"@unhead/addons": "^1.9.x",
"@vitejs/plugin-react": "^4.x",
"@vitejs/plugin-vue": "^5.x",
"eslint": "^9.x",
"eslint-config-prettier": "^9.x",
"eslint-plugin-prettier": "^5.x",
"eslint-plugin-vue": "^9.x",
"globals": "^15.9.0",
"prettier": "^3.x",
"sass": "^1.77.x",
"typescript": "^5.5.4",
"typescript-eslint": "^8.x",
"vite": "^5.x"
}
}