-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "starter",
"version": "0.0.2",
"author": "luchoster <im@luchoster.dev> (@luchoster)",
"description": "Gatsby starter (blank) with the Luchoster theme",
"main": "gatsby-config.js",
"license": "MIT",
"private": true,
"peerDependencies": {
"gatsby": "^2.20.29",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"gatsby": "^2.20.29",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"date-fns": "^2.12.0",
"gatsby-image": "^2.3.4",
"gatsby-plugin-transition-link": "^1.18.0",
"gatsby-source-sanity": "^5.0.6",
"gatsby-theme-luchoster-base": "*",
"get-youtube-id": "^1.0.1",
"gsap": "^3.2.6",
"ramda": "^0.27.0",
"react-headroom": "^3.0.0",
"react-helmet": "^6.0.0",
"terminal.css": "^0.7.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}
}