-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.5 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
49
50
51
52
53
{
"name": "musika",
"repository": {
"url": "https://github.com/shu-vro/Musika.git"
},
"homepage": "https://shu-vro.github.io/Musika/",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"buildstart": "next build && next start",
"lint": "next lint",
"tsc": "clear && tsc",
"prettify": "prettier ./"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.6",
"axios": "^1.1.3",
"framer-motion": "^7.2.1",
"idb": "^7.0.2",
"jsmediatags": "^3.9.7",
"lyrics-finder": "^21.7.0",
"next": "^13.0.0",
"notistack": "^2.0.8",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.0",
"swiper": "^8.3.2",
"uuid": "^8.3.2",
"ytdl-core": "^4.11.2",
"ytsr": "^3.8.0"
},
"devDependencies": {
"@types/jsmediatags": "^3.9.3",
"@types/node": "^18.7.13",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.17",
"@types/sortablejs": "^1.15.0",
"@types/uuid": "^8.3.4",
"eslint": "8.22.0",
"eslint-config-next": "^13.0.0",
"prettier": "^2.7.1",
"sass": "^1.54.5"
}
}