-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
82 lines (82 loc) · 2.69 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
79
80
81
82
{
"name": "narative.co",
"description": "Narative's website",
"version": "1.0.0",
"author": "Narative Engineer <engineering@narative.co>",
"keywords": [
"narative",
"website"
],
"scripts": {
"dev": "run-p dev:**",
"dev:app": "yarn clean && ./node_modules/.bin/gatsby develop --prefix-paths",
"dev:lambda": "netlify-lambda serve src/functions",
"build": "run-p build:**",
"build:app": "./node_modules/.bin/gatsby build --prefix-paths",
"build:lambda": "netlify-lambda build src/functions",
"serve": "./node_modules/.bin/gatsby serve",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf .cache/"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.0.0",
"@contentful/rich-text-types": "^13.0.0",
"@types/styled-components": "^4.1.11",
"babel-plugin-styled-components": "^1.10.0",
"formik": "^0.11.11",
"gatsby": "^2.1.3",
"gatsby-image": "^2.0.19",
"gatsby-paginate": "^1.0.17",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-manifest": "2.0.7",
"gatsby-plugin-netlify": "^2.0.9",
"gatsby-plugin-netlify-cache": "^1.0.0",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-robots-txt": "^1.4.0",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-sitemap": "^2.0.5",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-plugin-typescript": "^2.0.9",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-contentful": "^2.0.21",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-remark": "^2.2.4",
"gatsby-transformer-sharp": "2.1.4",
"http-proxy-middleware": "^0.19.1",
"kute.js": "^1.6.6",
"lodash": "^4.17.11",
"netlify-lambda": "^1.3.3",
"npm-run-all": "^4.1.5",
"polished": "^3.0.2",
"prismjs": "^1.15.0",
"prop-types": "^15.6.1",
"ramda": "^0.26.1",
"react": "^16.8.3",
"react-device-detect": "^1.5.9",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-motion": "^0.5.2",
"react-outside-click-handler": "^1.2.2",
"react-spring": "^8.0.18",
"react-svg-morph": "^0.2.1",
"react-swipeable": "^4.3.1",
"react-text-mask": "^5.4.0",
"react-transition-group": "^2.3.1",
"react-twitter-embed": "^2.0.4",
"reading-time": "^1.1.3",
"styled-components": "^4.1.3",
"typescript": "^3.3.333",
"url-join": "^4.0.0"
},
"devDependencies": {
"brfs": "^2.0.2",
"dotenv": "^6.1.0",
"gatsby-cli": "^1.1.50",
"prettier": "^1.12.0",
"transform-loader": "^0.2.4"
}
}