-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.7 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "thirdwave.network",
"description": "thirdwave.network's website",
"version": "1.0.0",
"author": "Tomasz Waszczyk <[email protected]>",
"proxy": "https://thirdwave-network-mailer.herokuapp.com/",
"keywords": [
"thirdwave.network",
"website"
],
"license": "UNLICENSED",
"scripts": {
"start": "run-p start:**",
"start:app": "./node_modules/.bin/gatsby develop -p 8001 --prefix-paths",
"start: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/",
"contentful:export": "contentful space export --config contentful.json --skip-content --skip-roles --skip-webhooks",
"contentful:export:model": "contentful space export --config contentful.json",
"contentful:import": "contentful space import --config contentful.json"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.0.0",
"@contentful/rich-text-types": "^13.0.0",
"@popmotion/popcorn": "^0.4.2",
"@reach/router": "^1.2.1",
"@types/styled-components": "^5.0.1",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"babel-plugin-styled-components": "^1.10.0",
"body-scroll-lock": "^2.6.4",
"formik": "^0.11.11",
"framer-motion": "^1.6.12",
"fuse.js": "^3.4.4",
"gatsby": "^2.19.6",
"gatsby-image": "^2.2.39",
"gatsby-paginate": "^1.0.17",
"gatsby-plugin-catch-links": "^2.1.19",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-manifest": "^2.2.40",
"gatsby-plugin-netlify": "^2.1.27",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-robots-txt": "^1.4.0",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.0.5",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-plugin-typescript": "^2.1.27",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-contentful": "^2.0.21",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-remark": "^2.6.45",
"gatsby-transformer-sharp": "^2.3.7",
"http-proxy-middleware": "^0.19.1",
"intersection-observer": "^0.7.0",
"kute.js": "^1.6.6",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"netlify-lambda": "^1.3.3",
"npm-run-all": "^4.1.5",
"polished": "^3.0.2",
"popmotion": "^8.7.0",
"prism-react-renderer": "^1.0.2",
"prismjs": "^1.24.0",
"prop-types": "^15.6.1",
"ramda": "^0.26.1",
"ramjet": "^0.5.0",
"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-inlinesvg": "^1.1.6",
"react-intersection-observer": "^8.24.2",
"react-markdown": "^4.3.1",
"react-motion": "^0.5.2",
"react-outside-click-handler": "^1.3.0",
"react-spring": "^8.0.27",
"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",
"react-useportal": "^1.0.4",
"reading-time": "^1.1.3",
"redux": "^4.0.1",
"redux-react-hook": "^3.3.2",
"styled-components": "^4.1.3",
"typescript": "^3.7.5",
"url-join": "^4.0.0"
},
"devDependencies": {
"brfs": "^2.0.2",
"dotenv": "^6.1.0",
"gatsby-cli": "^1.1.50",
"prettier": "^1.12.0",
"redux-logger": "^3.0.6",
"transform-loader": "^0.2.4"
}
}