forked from Lab-Lab-Lab/CPR-Music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"export": "next build && next export",
"start": "next start"
},
"engines": {
"node": "^22.2.0"
},
"dependencies": {
"@sentry/nextjs": "^8.35.0",
"bootstrap": "^5.1.3",
"date-fns": "^2.28.0",
"flat-embed": "^1.4.0",
"mic-recorder-to-mp3": "^2.2.2",
"next": "^14.2.5",
"next-auth": "^4.2.1",
"next-redux-wrapper": "^8.1.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-icons": "^4.3.1",
"react-query": "^3.34.17",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"swr": "^1.1.2",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.7.15"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^3.0.0"
}
}