-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.54 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
{
"name": "name-that-tune",
"version": "0.1.6",
"homepage": "https://github.com/theRealPadster/name-that-tune",
"repository": {
"type": "git",
"url": "https://github.com/theRealPadster/name-that-tune.git"
},
"bugs": {
"url": "https://github.com/theRealPadster/name-that-tune/issues"
},
"packageManager": "pnpm@9.6.0",
"scripts": {
"build": "spicetify-creator",
"build:local": "spicetify-creator --out=dist --minify",
"build:prod": "pnpm run build:local && pnpm run copy:docs",
"copy:docs": "copyfiles README.md docs/* dist/",
"lint": "eslint --fix src",
"lint:ci": "eslint src",
"type-check": "tsc --noEmit",
"watch": "spicetify-creator --watch",
"update-types": "curl -s -o src/types/spicetify.d.ts https://raw.githubusercontent.com/spicetify/spicetify-cli/master/globals.d.ts"
},
"license": "GPL-3.0",
"engines": {
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm",
"pnpm": ">=9",
"node": ">=20"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"copyfiles": "^2.4.1",
"dice-coefficient": "^2.1.1",
"eslint": "8.57.0",
"eslint-plugin-react": "^7.37.1",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"react-chartjs-2": "^5.2.0",
"react-i18next": "^15.1.0",
"spicetify-creator": "^1.0.17",
"typescript": "^5.6.2"
}
}