-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 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
26
27
28
29
30
31
32
33
{
"name": "yima-website",
"version": "0.0.1",
"private": true,
"description": "易码输入法的介绍练习网站",
"devDependencies": {
"@types/node": "~22.10.10",
"autoprefixer": "~10.4.27",
"daisyui": "~4.12.24",
"medium-zoom": "^1.1.0",
"postcss": "^8.5.6",
"tailwindcss": "~3.4.19",
"vitepress": "~1.5.0",
"vue": "~3.5.29"
},
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/yb6b/yima"
},
"type": "module",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"build2": "vitepress build src --base /yima/",
"preview": "vitepress preview src "
},
"dependencies": {
"@vueuse/core": "~12.2.0",
"canvas-confetti": "~1.9.4",
"supermemo": "^2.0.23"
}
}