-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"name": "rewrite",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/dm-mono": "^4.5.10",
"@fontsource/dm-sans": "^4.5.9",
"@headlessui/react": "^1.7.7",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@tanstack/react-query": "^4.19.1",
"@tanstack/react-query-devtools": "^4.19.1",
"cleave.js": "^1.6.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"firebase": "^9.14.0",
"gatsby": "^5.2.0",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-mdx": "^5.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-remark-autolink-headers": "^6.2.0",
"gatsby-remark-images": "^7.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.41.0",
"react-hot-toast": "^2.4.0",
"remark-emoji": "^2.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.2.0",
"gatsby-plugin-root-import": "^2.0.9",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4",
"tailwindcss-animate": "^1.0.5"
},
"private": true
}