forked from Pithaya/spicetify-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.1 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
{
"name": "spicetify-apps",
"private": true,
"workspaces": [
"extensions/*",
"custom-apps/*",
"dev-extensions/*",
"libs/*"
],
"scripts": {
"update-types": "curl -s -o ./libs/shared/src/types/spicetify.d.ts https://raw.githubusercontent.com/spicetify/spicetify-cli/master/globals.d.ts",
"lint": "npm run lint --workspaces",
"format": "npm run format --workspaces"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-sonarjs": "^3.0.2",
"globals": "^15.15.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"spicetify-creator": "^1.0.17",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0"
}
}