-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "learn-react",
"version": "1.0.0",
"description": "I am learning react",
"main": "app.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhushankhope/learn-react.git"
},
"keywords": [],
"author": "Bhushan Khope",
"license": "ISC",
"bugs": {
"url": "https://github.com/bhushankhope/learn-react/issues"
},
"homepage": "https://github.com/bhushankhope/learn-react#readme",
"devDependencies": {
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"parcel": "^2.9.3",
"path-browserify": "^1.0.1",
"postcss": "^8.4.29",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.3.3",
"util": "^0.12.5"
},
"dependencies": {
"@nextui-org/react": "^2.1.8",
"@reduxjs/toolkit": "^1.9.5",
"framer-motion": "^10.16.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"react-shimmer": "^3.2.0",
"redux-persist": "^6.0.0"
},
"browserslist": [
"last 2 versions"
]
}