-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "owlpath",
"private": true,
"dependencies": {
"babel-plugin-styled-components": "1.11.1",
"gatsby": "2.24.23",
"gatsby-plugin-feed": "2.5.11",
"gatsby-plugin-no-sourcemaps": "2.2.0",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.24",
"gatsby-plugin-styled-components": "3.3.10",
"gatsby-remark-copy-linked-files": "2.3.12",
"gatsby-remark-images": "3.3.23",
"gatsby-remark-smartypants": "2.3.10",
"gatsby-source-filesystem": "2.3.23",
"gatsby-source-ical": "1.1.0",
"gatsby-transformer-remark": "2.8.27",
"gatsby-transformer-sharp": "2.5.12",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"styled-components": "5.1.1",
"typeface-amita": "0.0.75",
"typeface-laila": "0.0.72"
},
"devDependencies": {
"now": "19.2.0",
"prettier": "2.0.5"
},
"prettier": {
"arrowParens": "avoid",
"singleQuote": true
},
"scripts": {
"now-dev": "gatsby develop -p $PORT",
"now-build": "gatsby build",
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "rm -rf .cache public",
"deploy": "./deploy.sh"
}
}