-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "swadseva",
"version": "1.0.0",
"description": "Food Delivery App",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"assert": "^2.1.0",
"babel-jest": "^29.7.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.47",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.4.14",
"url": "^0.11.4",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"@coreui/coreui": "^5.2.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.3.0",
"@coreui/react": "^5.4.1",
"@reduxjs/toolkit": "^2.3.0",
"@tailwindcss/line-clamp": "^0.4.4",
"bootstrap": "^5.3.3",
"jsdom": "^25.0.1",
"lucide-react": "^0.456.0",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fontawesome": "^1.7.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^10.0.0"
}
}