-
-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
51 lines (51 loc) · 1.52 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "marketplace",
"version": "1.0.2",
"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 install",
"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.0",
"@types/react-dom": "18.2.0",
"@types/semver": "^7.5.8",
"copyfiles": "^2.4.1",
"husky": "^9.1.4",
"spicetify-creator": "^1.0.17",
"typescript": "^5.6.2"
},
"dependencies": {
"@biomejs/biome": "^1.8.3",
"chroma-js": "^3.1.1",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"prismjs": "^1.29.0",
"react-beautiful-dnd": "^13.1.1",
"react-dropdown": "^1.11.0",
"react-i18next": "^15.1.0",
"react-simple-code-editor": "^0.14.1",
"semver": "^7.6.0"
},
"private": true
}