-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.65 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
60
61
62
63
{
"name": "trimtube",
"version": "1.0.0",
"description": "TrimTube is a web application which allows the user to search for YouTube videos or paste any YouTube video link. This app also features a media player that allows the user to trim and loop any portion of a YouTube video with ability to save the video(s) to a playlist.",
"author": "Sai Nikhil <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cm": "cz"
},
"dependencies": {
"axios": "^0.21.4",
"dayjs": "^1.10.7",
"ga-4-react": "^0.1.281",
"he": "^1.2.0",
"logrocket": "^1.3.0",
"next": "^12.1.0",
"next-pwa": "^5.4.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-debounce-input": "^3.2.5",
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"react-icons": "^4.3.1",
"react-lottie": "^1.2.3",
"react-modal": "^3.14.4",
"react-toastify": "^7.0.4",
"react-youtube": "^7.14.0",
"sass": "^1.48.0",
"theme-ui": "^0.3.5",
"webpack": "^5.66.0"
},
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"YouTube",
"Media Player",
"YouTube Trim",
"YouTube Loop",
"YouTube Repeat",
"nextjs",
"react",
"google-fonts",
"scss"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamsainikhil/trimtube"
},
"bugs": {
"url": "https://github.com/iamsainikhil/trimtube/issues"
}
}