-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 1.2 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
{
"private": true,
"name": "spicetify-lucid",
"version": "1.0.7",
"description": "Lucid is a Spicetify theme that blends a clean, modern aesthetic with a touch of dynamism and customization, creating a unique and personalized Spotify experience.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"biome-lint": "npx @biomejs/biome lint --write .",
"biome-fmt": "npx @biomejs/biome format --write .",
"biome-check": "npx @biomejs/biome check --write .",
"build-extension": "node build/builder.js",
"mv-files": "node build/move.js",
"compile-sass": "sass --no-source-map --style=compressed styles/main.scss src/user.css",
"watch-sass": "sass --watch --no-source-map --style=compressed styles/main.scss src/user.css",
"apply": "npm run biome-check && npm run compile-sass && npm run build-extension && npm run mv-files",
"clean": "rm -f src"
},
"author": "Sanoojes",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"sass": "^1.82.0"
},
"dependencies": {
"canvas": "^3.0.0-rc2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2"
}
}