-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.52 KB
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
79
{
"name": "czech-milk",
"description": "Czech Milk",
"version": "1.1.0",
"author": "Austin Green",
"dependencies": {
"babel-polyfill": "^6.26.0",
"bulma": "^0.6.0",
"flag-icon-css": "^3.0.0",
"font-awesome": "^4.7.0",
"gatsby": "^1.9.213",
"gatsby-image": "^1.0.48",
"gatsby-link": "^1.6.37",
"gatsby-plugin-catch-links": "^1.0.19",
"gatsby-plugin-google-tagmanager": "^1.0.18",
"gatsby-plugin-i18n": "^0.4.1",
"gatsby-plugin-manifest": "^1.0.21",
"gatsby-plugin-netlify-cms": "^1.0.9",
"gatsby-plugin-netlify-lambda": "^0.1.5",
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sass": "^1.0.17",
"gatsby-plugin-sharp": "^1.6.34",
"gatsby-plugin-sitemap": "^1.2.23",
"gatsby-remark-autolink-headers": "^1.4.18",
"gatsby-remark-copy-linked-files": "^1.5.32",
"gatsby-remark-images": "^1.5.63",
"gatsby-remark-relative-images": "^0.0.6",
"gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-smartypants": "^1.4.12",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.21",
"include-media": "^1.4.9",
"intl": "^1.2.5",
"object-fit-images": "^3.2.3",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"remark": "^9.0.0",
"remark-html": "^7.0.0",
"remark-preset-lint-recommended": "^3.0.1",
"smooth-scroll": "^14.2.0",
"styled-components": "^3.2.3",
"typeface-roboto": "^0.0.54"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start:lambda": "netlify-lambda serve src/services",
"build:lambda": "netlify-lambda build src/services",
"dev:start-all": "concurrently \"yarn run develop\" \"yarn run start:lambda\"",
"dev": "SET NODE_ENV=development && yarn run dev:start-all",
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"concurrently": "^3.5.1",
"prettier": "^1.7.4",
"resolve-url-loader": "^2.3.0"
},
"proxy": {
"/.netlify/functions": {
"target": "http://localhost:9000",
"pathRewrite": {
"^/\\.netlify/functions": ""
}
}
}
}