-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1020 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
36
{
"name": "smart-playlist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "start flask --app ./model/main run --host=0.0.0.0 && next dev",
"test": "python model/test.py",
"build": "next build",
"start": "next start",
"lint": "next lint",
"connect": "node ./functions/connect_db.js"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/public-sans": "^4.5.12",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.69",
"@mui/material": "^5.11.11",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"formidable": "^2.1.1",
"howler": "^2.2.3",
"next": "13.2.3",
"nextjs-cors": "^2.1.2",
"notiflix": "^3.2.6",
"react": "18.2.0",
"react-audioplayer": "^0.3.1",
"react-dom": "18.2.0",
"react-howler": "^5.2.0",
"react-jinke-music-player": "^4.24.2",
"react-modern-audio-player": "^1.4.0-rc.2",
"sqlite3": "^5.1.4",
"use-sound": "^4.0.1"
}
}