-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 898 Bytes
/
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
{
"name": "sfr.io",
"version": "1.0.0",
"private": true,
"description": "sfr.io",
"author": "Sam Frederick",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"autoprefixer": "^10.4.8",
"clsx": "^1.2.1",
"gatsby": "^4.22.1",
"gatsby-plugin-postcss": "^5.22.0",
"gatsby-source-filesystem": "^4.22.0",
"postcss": "^8.4.16",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.16.0",
"@types/node": "^17.0.45",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2",
"wrangler": "2.0.29"
}
}