-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
27 lines (27 loc) · 904 Bytes
/
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
{
"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": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.1.0",
"spicetify-creator": "^1.0.17",
"typescript": "^5.3.2"
}
}