-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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": "audio-stretcher",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 3001",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-query-devtools": "^4.20.4",
"@tanstack/react-virtual": "3.0.0-beta.18",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"framer-motion": "^7.9.1",
"idb": "^7.1.1",
"lodash.throttle": "^4.1.1",
"next": "12.2.5",
"query-string": "^8.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"ytdl-core": "^4.11.2",
"zod": "^3.20.2",
"zustand": "^4.1.5"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.7",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"autoprefixer": "^10.4.13",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "4.7.4"
},
"ct3aMetadata": {
"initVersion": "6.0.0-next.73dc5cd"
}
}