forked from spicetify/marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.56 KB
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
45
46
47
48
49
50
51
52
{
"name": "marketplace",
"version": "1.0.7",
"homepage": "https://github.com/spicetify/marketplace",
"repository": "github:spicetify/marketplace",
"bugs": {
"url": "https://github.com/spicetify/marketplace/issues"
},
"packageManager": "pnpm@9.0.6",
"scripts": {
"build": "spicetify-creator",
"build:local": "spicetify-creator --out=dist --minify",
"build:prod": "pnpm build:local && pnpm copy:docs",
"copy:docs": "copyfiles README.md dist/",
"lint": "biome check --write ./src",
"lint:ci": "biome check *",
"type-check": "tsc --noEmit",
"watch": "spicetify-creator --watch",
"prepare": "husky",
"update-types": "curl -s -o src/types/spicetify.d.ts https://raw.githubusercontent.com/spicetify/cli/main/globals.d.ts"
},
"engines": {
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm",
"pnpm": ">=8",
"node": ">=20"
},
"devDependencies": {
"@types/chroma-js": "^2.4.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.0",
"@types/semver": "^7.7.0",
"@types/wicg-file-system-access": "^2023.10.6",
"copyfiles": "^2.4.1",
"husky": "^9.1.7",
"spicetify-creator": "^1.0.17",
"typescript": "^5.9.2"
},
"dependencies": {
"@biomejs/biome": "^2.2.2",
"@hello-pangea/dnd": "^18.0.1",
"chroma-js": "^3.1.1",
"i18next": "^25.4.2",
"i18next-browser-languagedetector": "^8.2.0",
"prismjs": "^1.30.0",
"react-dropdown": "^1.11.0",
"react-i18next": "^15.6.1",
"react-simple-code-editor": "^0.14.1",
"semver": "^7.7.2"
},
"private": true
}