-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
55
56
57
58
59
60
61
{
"name": "btcfaucet",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.2",
"@react-hook/mouse-position": "^4.1.3",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.10.0",
"@tanstack/react-query-devtools": "^5.10.0",
"@types/moment": "^2.13.0",
"@types/react-icons": "^3.0.0",
"@types/react-scroll": "^1.8.10",
"@types/react-slick": "^0.23.12",
"@types/react-toastify": "^4.1.0",
"@types/yup": "^0.32.0",
"axios": "^1.6.2",
"framer-motion": "^10.16.5",
"keen-slider": "^6.8.6",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.7",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.4.5",
"react-redux": "^8.1.3",
"react-router-dom": "^6.11.1",
"react-scroll": "^1.9.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.10.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}