-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.58 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
39
40
41
42
43
44
45
46
47
48
{
"name": "soundcloud-reverse",
"version": "1.0.0",
"private": true,
"description": "Listen to your favorite SoundCloud playlist starting from the last added song.",
"homepage": "https://github.com/alexandre-abrioux/soundcloud-reverse#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandre-abrioux/soundcloud-reverse.git"
},
"author": "Alexandre Abrioux",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint --fix --max-warnings 0 .",
"prettier": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/rajdhani": "^4.5.2",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"@tanstack/query-sync-storage-persister": "^4.14.5",
"@tanstack/react-query": "^4.13.4",
"@tanstack/react-query-persist-client": "^4.14.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"soundcloud-audio": "git+https://github.com/alexandre-abrioux/soundcloud-audio.js.git#oauth",
"zustand": "^4.1.3"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",
"@tanstack/react-query-devtools": "^4.14.5",
"@types/node": "^18.11.9",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.4.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
}
}