-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.07 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
{
"scripts": {
"build": "gatsby build",
"dev": "netlify dev",
"production": "gatsby serve",
"graphql-generate": "graphql-codegen",
"css-generate": "tcm -p src/**/*.module.css --c"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"algoliasearch": "^4.10.0",
"classnames": "^2.3.1 ",
"gatsby": "^3.8.0",
"gatsby-plugin-algolia": "^0.20.1",
"gatsby-plugin-canonical-urls": "^3.8.0",
"gatsby-plugin-catch-links": "^3.8.0",
"gatsby-plugin-disqus": "^1.2.2",
"gatsby-plugin-feed": "^3.8.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-netlify": "^3.8.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-sitemap": "^4.4.0",
"gatsby-plugin-typescript": "^3.8.0",
"gatsby-remark-copy-linked-files": "^4.5.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^5.5.0",
"gatsby-remark-prismjs": "^5.5.0",
"gatsby-remark-responsive-iframe": "^4.5.0",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-transformer-remark": "^4.5.0",
"gatsby-transformer-sharp": "^3.8.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.11.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "^1.22.3",
"@graphql-codegen/typescript-operations": "^1.18.2",
"@types/node": "^12.20.15",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-helmet": "^ 6.1.1",
"@types/react-instantsearch-dom": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^1.8.0",
"eslint": "^7.29.0",
"eslint-config-blvd": "^1.1.1",
"graphql": "^15.5.1",
"ts-node": "^10.0.0",
"typed-css-modules": "^0.7.0",
"typescript": "^4.3.4 "
}
}