-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "molder2",
"description": "Website 2.0",
"private": true,
"scripts": {
"develop": "npm-run-all --parallel develop:**",
"develop:app": "gatsby develop",
"develop:functions": "netlify-lambda serve src/lambda",
"build": "npm-run-all --parallel build:**",
"build:app": "gatsby build",
"build:functions": "netlify-lambda build src/lambda",
"serve": "gatsby serve",
"test": "jest"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"disqus-react": "^1.0.5",
"dotenv": "^8.0.0",
"gatsby": "^2.8.2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-prismic-preview": "^2.0.0",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-robots-txt": "^1.4.0",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-source-prismic": "^3.0.0-alpha.3",
"gatsby-transformer-json": "^1.0.20",
"jshint": "^2.10.2",
"netlify-lambda": "^0.4.0",
"node-sass": "^4.12.0",
"npm": "^6.9.0",
"npm-run-all": "^4.1.5",
"prismic-reactjs": "^1.0.0",
"prismic-richtext": "^1.0.1",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-moment": "^0.8.4",
"react-typography": "^0.16.19",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.82.5",
"styled-components": "^4.2.1"
},
"proxy": {
"/.netlify/lambda": {
"target": "http://localhost:9000",
"pathRewrite": {
"^/\\.netlify/lambda": ""
}
}
},
"devDependencies": {
"babel-jest": "^24.8.0",
"babel-preset-gatsby": "^0.1.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"react-test-renderer": "^16.8.6"
}
}