-
-
Notifications
You must be signed in to change notification settings - Fork 191
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
52
{
"name": "spicetify-marketplace",
"version": "0.8.8",
"homepage": "https://github.com/spicetify/spicetify-marketplace",
"repository": {
"type": "git",
"url": "git@github.com:spicetify/spicetify-marketplace.git"
},
"bugs": {
"url": "https://github.com/spicetify/spicetify-marketplace/issues"
},
"scripts": {
"build": "spicetify-creator",
"build:local": "spicetify-creator --out=dist --minify",
"build:prod": "yarn build:local && yarn copy:docs",
"copy:docs": "copyfiles README.md dist/",
"lint": "eslint --fix src",
"lint:ci": "eslint src",
"type-check": "tsc --noEmit",
"watch": "spicetify-creator --watch",
"prepare": "husky install"
},
"engines": {
"node": ">=16"
},
"packageManager": "yarn@3.2.1",
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"chroma-js": "^2.4.2",
"copyfiles": "^2.4.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"i18next": "^23.2.6",
"i18next-browser-languagedetector": "^7.1.0",
"prismjs": "^1.29.0",
"react-dropdown": "^1.11.0",
"react-i18next": "^12.3.1",
"react-simple-code-editor": "^0.13.1",
"semver": "^7.5.1",
"spcr-whats-new": "^1.0.1",
"spicetify-creator": "^1.0.13",
"typescript": "^5.0.3",
"util": "^0.12.5"
},
"private": true
}