forked from SteamFinder/AMLL-extSpotify-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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": "io.steamfinder.extspotify",
"version": "1.5-rs-v1",
"license": "MIT",
"scripts": {
"build:dev": "rollup -c",
"build:src": "rollup -c --environment NODE_ENV:production,SRCMAP:true",
"build": "rollup -c --environment NODE_ENV:production"
},
"amllPlayerMeta": {
"id": "io.steamfinder.extspotify",
"name:en-US": "extSpotify",
"name:zh-CN": "extSpotify",
"dependency": [],
"icon": "https://cdn.jsdelivr.net/gh/SteamFinder/AMLL-extSpotify-plugin/src/static/extensionIcon.svg"
},
"devDependencies": {
"@applemusic-like-lyrics/lyric": "^0.2.4",
"@radix-ui/themes": "^3.1.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"dexie": "^4.0.8",
"esbuild": "^0.24.0",
"i18next": "^23.15.2",
"jotai": "^2.10.0",
"rollup": "^4.24.0",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
},
"dependencies": {
"chalk": "^5.3.0",
"dexie-react-hooks": "^1.1.7",
"opencc-js": "^1.0.5"
}
}