-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 962 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "elaina-theme-netease",
"private": true,
"version": "1.0.6",
"type": "module",
"author": "keiko233",
"scripts": {
"dev": "vite",
"build": "vite build && node build.js",
"preview": "vite preview"
},
"dependencies": {
"less": "^4.1.3",
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"naive-ui": "^2.34.3",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.0",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.2",
"vue-tsc": "^1.4.2"
},
"ncm": {
"manifest_version": 1,
"name": "ElainaTheme",
"slug": "elaina-theme",
"betterncm_version": ">=1.0.0",
"author_link": [
"https://elaina.moe"
],
"description": "可爱的UI,伊蕾娜元素,还有一点自定义。",
"preview": "preview.png",
"type": "theme",
"injects": {
"Main": [
{
"file": "index.js"
}
]
}
}
}