-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
{
"name": "namastereact",
"version": "1.0.0",
"description": "Learning Namaste React by Akshay Saini",
"scripts": {
"test": "jest",
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderdivya18/Learning_React.git"
},
"keywords": [
"react"
],
"author": "Divya Dube",
"license": "ISC",
"bugs": {
"url": "https://github.com/coderdivya18/Learning_React/issues"
},
"homepage": "https://github.com/coderdivya18/Learning_React#readme",
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"babel-jest": "^30.0.0-beta.3",
"jest": "^30.0.0-beta.3",
"jest-environment-jsdom": "^30.0.0-beta.3",
"parcel": "^2.15.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-router-dom": "^6.30.0"
},
"browserslist": [
"last 2 versions"
]
}