-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
{
"name": "namaste-react",
"version": "1.0.0",
"description": "React project ",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest",
"watch-test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anandsg/Namaste-react.git"
},
"author": "Anand",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anandsg/Namaste-react/issues"
},
"homepage": "https://github.com/Anandsg/Namaste-react#readme",
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.1",
"@react-oauth/google": "^0.11.1",
"@reduxjs/toolkit": "^1.9.5",
"@types/react": "^18.2.6",
"autoprefixer": "^9.8.8",
"lodash": "^4.17.21",
"postcss": "^7.0.39",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-collapsible": "^2.10.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-type-animation": "^3.0.1",
"redux-persist": "^6.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@testing-library/dom": "^9.3.0",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"parcel-bundler": "^1.12.5"
}
}