-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.72 KB
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
{
"name": "idea-landing",
"version": "1.0.0",
"private": true,
"description": "static gida landing page",
"author": "Talus Analytics",
"scripts": {
"develop": "scripts/start.sh",
"start": "scripts/start.sh",
"build": "scripts/build.sh",
"serve": "gatsby serve",
"postinstall": "scripts/postinstall.sh"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@talus-analytics/library.airtable-cms": "^0.0.32",
"@talus-analytics/library.ui.typeahead": "^0.0.6",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^8.2.0",
"gatsby": "^4.1.6",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^2.1.3",
"gatsby-plugin-mdx": "^2.11.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-root-import": "^2.0.8",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.1.4",
"gatsby-plugin-styled-components": "^5.1.0",
"gatsby-source-airtable": "^2.2.1",
"gatsby-source-filesystem": "^4.1.3",
"gatsby-transformer-sharp": "^4.1.0",
"node-html-parser": "^5.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-is": "^17.0.2",
"sass": "^1.49.9",
"styled-components": "^5.3.0",
"typescript": "^4.4.3",
"typescript-styled-plugin": "^0.18.1",
"webpack": "^5.64.1"
},
"devDependencies": {
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
}