-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "power-bar",
"version": "1.8.1",
"author": {
"name": "jeroentvb",
"url": "https://github.com/jeroentvb"
},
"private": true,
"scripts": {
"build": "spicetify-creator",
"build:local": "spicetify-creator --out=dist --minify",
"build:prod": "npm run build:local && npm run copy:docs",
"copy:docs": "copyfiles README.md docs/* dist/",
"watch": "spicetify-creator --watch",
"lint": "eslint .",
"lint:fix": "eslint --fix --ext .ts,.tsx ."
},
"devDependencies": {
"@jeroentvb/eslint-config-typescript": "^1.3.2",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/spotify-api": "^0.0.25",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"copyfiles": "^2.4.1",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.37.2",
"spicetify-creator": "^1.0.17"
},
"dependencies": {
"classnames": "^2.5.1",
"lodash-es": "^4.17.21",
"react-markdown": "^8.0.0",
"spcr-settings": "^1.3.1",
"spcr-whats-new": "^1.0.1"
}
}