-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1017 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
28
29
30
31
32
33
34
35
{
"name": "spotify-taylors-version",
"description": "Find and replace Taylor Swift’s stolen songs in your Spotify playlists",
"author": "Florian Rädiker",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "VITE_SPOTIFY_REDIRECT_URI=http://localhost:4173 vite preview"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@sentry/react": "^7.68.0",
"@spotify/web-api-ts-sdk": "^1.1.1",
"@unleash/proxy-client-react": "^3.6.0",
"plausible-tracker": "^0.3.8",
"preact": "^10.17.1",
"unleash-proxy-client": "^2.5.0"
},
"devDependencies": {
"@darkobits/vite-plugin-favicons": "^0.3.0",
"@preact/preset-vite": "^2.5.0",
"@rollup/plugin-replace": "^5.0.2",
"@sentry/vite-plugin": "^2.7.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.3.2"
}
}