-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.64 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
67
68
{
"name": "hashnode-hackathon-client",
"version": "0.1.0",
"author": "okorieebube",
"private": true,
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@themesberg/flowbite": "^1.3.0",
"axios": "^1.3.4",
"dotenv": "^16.0.0",
"ethers": "^5.5.3",
"framer-motion": "4.1.17",
"react": "^17.0.2",
"react-app-rewired": "^2.1.11",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.1",
"slick": "^1.12.2",
"slick-carousel": "^1.8.1",
"swiper": "^7.4.1",
"web-vitals": "^1.1.2",
"web3": "^1.8.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"watch-css": "npx tailwindcss -i src/css/index.css -o src/css/tailwind.css --watch",
"build-css": "npx tailwindcss -o src/css/tailwind.css --minify"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.13"
}
}