-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
29 lines (29 loc) · 896 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
{
"private": true,
"name": "serverlesshandbook.dev",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"build": "gatsby build",
"serve": "gatsby serve",
"icon": "npx repng src/components/icon.js -d static -f icon.png -w 512 -h 512",
"card": "npx repng src/components/twitter-card.js -d static -f card.png -w 1024 -h 512"
},
"dependencies": {
"@swizec/gatsby-theme-course-platform": "^2.3.0",
"@theme-ui/color": "^0.6.1",
"gatsby": "^3.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typeface-lato": "^1.1.13",
"typeface-neuton": "^1.1.13",
"typescript": "^4.2.4",
"typography-theme-stow-lake": "^0.16.19"
},
"engines": {
"node": "12.x || 14.x"
}
}