-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 1023 Bytes
/
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
{
"name": "ECODE",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vitepress dev",
"build": "autocorrect --fix && vitepress build",
"preview": "vitepress preview"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"devDependencies": {
"@mdit-vue/shared": "^2.1.3",
"@types/dom-view-transitions": "^1.0.5",
"autocorrect-node": "^2.11.1",
"busuanzi.pure.js": "^1.0.3",
"canvas-confetti": "^1.9.3",
"less": "^4.2.0",
"medium-zoom": "^1.1.0",
"sass": "^1.77.8",
"scss": "^0.2.4",
"vitepress": "^1.3.1",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-group-icons": "^1.0.4",
"vitepress-sidebar": "^1.24.0",
"vue": "^3.4.38",
"xgplayer": "^3.0.20"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"lucide-vue-next": "^0.446.0"
}
}