-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "tunentube",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "2.15.0",
"@use-it/interval": "1.0.0",
"bootstrap-icons": "^1.10.5",
"next": "13.3.0",
"pitchfinder": "2.3.2",
"rc-switch": "4.0.0",
"react": "18.2.0",
"react-cookie": "4.1.1",
"react-device-detect": "2.2.2",
"react-dom": "18.2.0",
"react-player": "2.11.0",
"react-tabs": "^6.0.1",
"sass": "1.57.1"
},
"devDependencies": {
"@next/env": "^13.3.1",
"@next/eslint-plugin-next": "13.1.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.5",
"babel-jest": "29.3.1",
"eslint-config-next": "13.1.1",
"identity-obj-proxy": "3.0.0",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"react-test-renderer": "18.2.0"
}
}