forked from requirepodcast/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
59
{
"name": "last-train-podcast",
"private": true,
"description": "Sincere. Honest. Candid.",
"version": "0.0.1",
"author": "Dolapo Toki & Tolu Akindele",
"dependencies": {
"@mdi/js": "^5.1.45",
"@mdi/react": "^1.4.0",
"@reach/router": "^1.3.3",
"babel-plugin-styled-components": "^1.10.7",
"date-fns": "^2.12.0",
"dotenv": "^8.2.0",
"gatsby": "^2.32.4",
"gatsby-image": "^2.2.39",
"gatsby-plugin-create-client-paths": "^2.2.1",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-remark-images-contentful": "^2.8.0",
"gatsby-source-anchor": "^0.5.1",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.3.13",
"gsap": "^3.2.4",
"lodash": "^4.17.15",
"polished": "^3.5.2",
"prop-types": "^15.7.2",
"query-string": "^6.11.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-spinner-material": "^1.3.1",
"react-ticker": "^1.2.2",
"scrollmagic": "^2.0.7",
"scrollscene": "^0.0.15",
"styled-components": "^5.0.1"
},
"devDependencies": {
"eslint-config-react-app": "^5.2.1",
"prettier": "^2.0.2"
},
"keywords": [
"last",
"train"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}