-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "antalpha-labs-home",
"version": "1.0.0",
"description": "Antalpha Labs home page.",
"author": "Antalpha Labs",
"keywords": [
"gatsby"
],
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@notionhq/client": "^2.2.11",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"framer-motion": "^10.12.16",
"gatsby": "^5.10.0",
"intersection-observer": "^0.12.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-wrap-balancer": "^1.1.0",
"scroll-into-view-if-needed": "^3.0.10",
"swr": "^2.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^18.16.16",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-postcss": "^6.10.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-source-notion": "^1.2.0",
"gatsby-transformer-sharp": "^5.11.0",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}