-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.73 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
64
65
66
{
"name": "first-react",
"version": "1.0.0",
"description": "This is First React",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest",
"watch-test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srinivasgundale/first-react.git"
},
"keywords": [],
"author": "Srinivas",
"license": "ISC",
"bugs": {
"url": "https://github.com/namastedev/namaste-react/issues"
},
"homepage": "https://github.com/namastedev/namaste-react#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.6.2",
"daisyui": "^4.12.10",
"javascript-obfuscator": "^4.1.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"parcel": "^2.8.3",
"parcel-bundler": "^1.12.5",
"postcss": "^8.4.38",
"process": "^0.11.10",
"tailwindcss": "^3.4.3",
"vite": "^5.4.1"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"jquery": "^3.7.1",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.3",
"react-spinners": "^0.14.1",
"vite-tsconfig-paths": "^5.0.1"
},
"browserslist": [
"last 2 versions"
]
}