generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 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
{
"name": "layer5-recognition-program",
"version": "1.0.0",
"private": true,
"description": "layer5-recognition-program",
"author": "Lee Calcote",
"dependencies": {
"@sistent/sistent": "^0.15.12",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.29.25",
"@tanstack/react-table": "^8.9.3",
"axios": "^1.13.5",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.16.1",
"gatsby-plugin-google-tagmanager": "^5.12.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-svgr-loader": "^0.1.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.13.0",
"path-browserify": "^1.0.1",
"react": "^18.1.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.1.0",
"react-icons": "^4.10.1",
"styled-components": "^6.1.8",
"url": "^0.11.4"
},
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"proxy": "https://discuss.layer5.io/",
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1"
}
}