-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1003 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
37
38
{
"name": "youtube-player",
"main": "./src/app/main",
"private": true,
"license": "MIT",
"version": "0.2.3",
"description": "Video player similar to YouTube's player for playing videos",
"homepage": "https://youtubeplayer.vercel.app",
"author": {
"name": "Abdul Samad",
"email": "[email protected]",
"url": "https://asmalik.site"
},
"repository": {
"type": "git",
"url": "https://github.com/AbdulSamadMalik/youtube-player.git"
},
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "tsc && vite build",
"build-dev": "vite build"
},
"dependencies": {
"localforage": "^1.9.0",
"lodash-es": "^4.17.21",
"rxjs": "^7.3.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/node": "^16.6.2",
"@vitejs/plugin-legacy": "^1.5.1",
"autoprefixer": "^10.3.1",
"sass": "^1.37.5",
"typescript": "^4.2.3",
"vite": "^2.4.4"
}
}