-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.68 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
{
"name": "zeroweb",
"version": "1.0.0",
"private": true,
"description": "zeroweb",
"author": "Valeriy Novytskyy",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby-plugin-s3 deploy",
"deploy:ci": "gatsby-plugin-s3 deploy --yes",
"deploy:backend": "chmod +x ./build/package.sh && chmod +x ./build/deploy.sh && ./build/package.sh && ./build/deploy.sh",
"invalidate": "aws cloudfront create-invalidation --distribution-id E18605QBCLR777 --paths '/*';",
"start": "NODE_OPTIONS='-r esm --openssl-legacy-provider' gatsby develop --https",
"build:ci": "NODE_OPTIONS='-r esm --openssl-legacy-provider' gatsby build",
"build": "NODE_OPTIONS='-r esm' gatsby build",
"serve": "NODE_OPTIONS='-r esm' gatsby serve",
"clean": "NODE_OPTIONS='-r esm' gatsby clean"
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.9.2",
"accessible-nprogress": "^2.1.2",
"apollo3-cache-persist": "^0.13.0",
"autocompleter": "^6.1.3",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.12.0",
"dayjs": "^1.10.4",
"esm": "^3.2.25",
"gatsby": "^2.32.3",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-image": "^2.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-gtag": "2.8.0",
"gatsby-plugin-image": "^1",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-mdx": "^1.10.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-plugin-transform-imports": "^1.0.0",
"gatsby-remark-copy-linked-files": "^5.10.0",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-images": "^3.11.0",
"gatsby-remark-smartypants": "^2.10.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-styled-components-dark-mode": "^2.0.3",
"gatsby-transformer-sharp": "^2.12.0",
"graphql": "^16.0.1",
"graphql-tag": "^2.12.4",
"lodash.compose": "^2.4.1",
"lodash.flatmap": "^4.5.0",
"mathjs": "^13.0.3",
"photoswipe": "^5.2.7",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.23.0",
"query-string": "^7.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.0",
"react-measure": "^2.5.2",
"sass": "^1.32.7",
"slugify": "^1.4.7",
"string-hash": "^1.1.3",
"styled-components": "5.2.0"
},
"devDependencies": {
"@types/reach__router": "^1.3.7",
"ts-node": "^8.1.0",
"typescript": "^4.2.3"
}
}