-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
63 lines (63 loc) · 1.88 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
{
"name": "bao-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "npx next start",
"export": "npx next export",
"lint": "npx next lint --fix",
"build": "next build",
"prettier": "npx prettier --write 'src/**/*.{js,jsx}'"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@fortawesome/fontawesome-pro": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.11.0",
"@vercel/examples-ui": "^2.0.3",
"autoprefixer": "^10.4.12",
"bignumber.js": "^9.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"ethers": "^6.13.2",
"focus-visible": "^5.2.0",
"framer-motion": "^6.5.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"install": "^0.13.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.445.0",
"next": "^14.2.8",
"npm": "^10.8.3",
"postcss-focus-visible": "^6.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-modal-video": "^2.0.1",
"react-particles": "^2.12.2",
"sass": "^1.63.6",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^8.0.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/react": "18.3.9",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.6",
"typescript": "5.6.2"
}
}