forked from KH-Pua/bitjar-frontend
-
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.27 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.27 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": "project-3-frontend-bootcamp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moonpay/moonpay-js": "^0.3.1",
"@moonpay/moonpay-react": "^1.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"alchemy-sdk": "^3.1.0",
"axios": "^1.6.2",
"cryptocurrency-icons": "^0.18.1",
"ethers": "^6.9.0",
"firebase": "^10.7.0",
"framer-motion": "^10.6.8",
"qs": "^6.11.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"web3": "^4.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"daisyui": "^4.4.14",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
}
}