-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "ting",
"productName": "Ting",
"version": "0.0.1",
"description": "Ting 音乐播放器",
"main": "dist/js/main.js",
"author": {
"name": "youliso",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"erf": "electron-rebuild -f",
"dev": "node scripts/buildCfg.js && node scripts/dev.js",
"build": "node scripts/buildCfg.js && node scripts/build.js",
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@vitejs/plugin-vue": "^4.1.0",
"@youliso/electronic": "^1.0.4",
"electron": "^24.0.0",
"electron-builder": "^23.6.0",
"electron-rebuild": "^3.2.7",
"esbuild": "^0.17.12",
"prettier": "^2.8.6",
"rollup": "^3.20.0",
"rollup-plugin-esbuild": "^5.0.0",
"sass": "^1.61.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
}
}