-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
{
"name": "rentul-marketing-site",
"description": "Rentul marketing site",
"version": "1.0.0",
"author": "Richard Roncancio",
"dependencies": {
"color": "^3.0.0",
"emotion": "^9.2.4",
"emotion-server": "^9.2.4",
"emotion-theming": "^9.2.4",
"facepaint": "^1.2.1",
"gatsby": "next",
"gatsby-image": "next",
"gatsby-plugin-sharp": "next",
"gatsby-cli": "^1.1.58",
"gatsby-plugin-preact": "^1.0.17",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-typography": "^1.7.19",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"grid-emotion": "^3.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.4",
"react-helmet": "^5.2.0",
"react-modal": "^3.4.5",
"typography": "^0.16.17"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "rm -rf ./public/*",
"build": "yarn run clean && gatsby build",
"postbuild": "surge -p public -d rentul-marketing.surge.sh && yarn run s3sync",
"s3sync": "s3cmd sync public/* s3://www.rentuldefense.com",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.13.6"
}
}