-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 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
47
48
49
50
51
52
53
54
{
"name": "namaste-react",
"version": "1.0.0",
"description": "This is Namaste React by Akshay Saini",
"keywords": [
"react",
"javascript"
],
"license": "ISC",
"author": "Kapil Singh Negi",
"type": "commonjs",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"test": "jest --coverage",
"watch-test": "jest --watch"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fixed-jsdom": "^0.0.9",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"process": "^0.11.10",
"vite": "^6.0.11"
},
"dependencies": {
"@reduxjs/toolkit": "^2.6.0",
"@tailwindcss/vite": "^4.0.9",
"lucide-react": "^0.528.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.2.0",
"tailwindcss": "^4.0.9"
},
"browserslist": [
"last 2 versions"
]
}