forked from Tongji-High-level-Language-Programming/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 780 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 780 Bytes
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
{
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/markdown-it-footnote": "^3.0.4",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-math": "^5.2.1",
"postcss": "^8.5.6",
"temml": "^0.11",
"vitepress": "2.0.0-alpha.12"
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@vueuse/core": "^14.1.0",
"decimal.js": "^10.6.0",
"tailwindcss": "^4.1.18",
"uuid": "^13.0.0",
"vue": "^3.5.26"
}
}