-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1002 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1002 Bytes
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
{
"dependencies": {
"@reduxjs/toolkit": "^1.9.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"rimraf": "^5.0.5"
},
"name": "youtubeclonebyhrithik",
"version": "1.0.0",
"description": "This is Youtube Clone Built Using React And Tailwind CSS",
"devDependencies": {
"parcel": "^2.9.3",
"postcss": "^8.4.31",
"process": "^0.11.10",
"tailwindcss": "^3.3.3"
},
"scripts": {
"clean:output": "rimraf dist",
"start": "npm run clean:output && parcel index.html",
"build": "npm run clean:output && parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrithikapps/Youtube-React.git"
},
"author": "Kumar Hrithik",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrithikapps/Youtube-React/issues"
},
"homepage": "https://github.com/hrithikapps/Youtube-React#readme"
}