-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.55 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "webconf-website-2019",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"combine-cross-slice-reducers": "^1.0.2",
"dotenv": "^6.2.0",
"gatsby": "^2.8.5",
"gatsby-image": "^2.0.29",
"gatsby-plugin-react-leaflet": "^2.0.4",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-sharp": "^2.1.13",
"leaflet": "^1.4.0",
"moment": "^2.24.0",
"polished": "^3.1.0",
"ramda": "^0.26.1",
"re-reselect": "^3.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"react-lazy-load-image-component": "^1.3.2",
"react-leaflet": "^2.2.1",
"react-markdown": "^4.0.6",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-localstorage-simple": "^2.1.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^4.1.3",
"yup": "^0.26.10"
},
"license": "MIT",
"scripts": {
"clean-deploys": "now rm $NOW_INSTANCE_NAME --safe --token=$NOW_TOKEN --team=$NOW_TEAM --yes",
"deploy": "now alias $(now --name=$NOW_NAME --team=$NOW_TEAM) $NOW_INSTANCE_NAME --token=$NOW_TOKEN --team=$NOW_TEAM",
"dev": "gatsby develop",
"scale": "now scale $NOW_INSTANCE_NAME.now.sh sfo 1 --token=$NOW_TOKEN --team=$NOW_TEAM",
"build": "yarn --cwd plugins/facebook-photos-source && gatsby build",
"start": "npm run dev",
"serve": "gatsby serve",
"test": "echo \"Warning: no test specified\" && exit 0",
"now-build": "yarn build",
"lambdas": "now-lambda"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby-plugin-google-analytics": "^2.0.16",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sass": "^2.0.0-rc.2",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-styled-components": "^3.0.5",
"husky": "^1.3.1",
"node-sass": "^4.13.1",
"node-sass-chokidar": "^1.3.4",
"prettier": "^1.17.1",
"pretty-quick": "^1.10.0",
"sass-resources-loader": "^2.0.0",
"webpack-loader-append-prepend": "1.0.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}