-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.76 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
54
55
56
57
58
59
{
"name": "the-ultimate-songs-collection",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@gsap/react": "^2.1.0",
"adm-zip": "^0.5.12",
"axios": "^1.6.7",
"browser-id3-writer": "^6.1.0",
"crypto-js": "^4.2.0",
"express": "^4.19.2",
"file-saver": "^2.0.5",
"fluent-ffmpeg": "^2.1.2",
"framer-motion": "^11.0.22",
"fs": "^0.0.1-security",
"gsap": "^3.12.5",
"id3-writer": "^1.3.0",
"jsmediatags": "^3.9.7",
"jszip": "^3.10.1",
"locomotive-scroll": "^5.0.0-beta.11",
"multer": "^1.4.5-lts.1",
"music-metadata": "^7.14.0",
"node-fetch": "^3.3.2",
"node-id3": "^0.2.6",
"node-lame": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.34",
"tailwindcss": "^3.4.1",
"vite": "^5.0.8"
},
"description": "![Screenshot 2024-04-21 161657](https://github.com/patelharsh80874/THE-ULTIMATE-SONGS-WEBAPP/assets/110234600/a3ebe5a5-c50c-48ea-b4de-5531846ffeb9)",
"main": "index.html",
"author": "HARSH PATEL",
"license": "ISC"
}