-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1001 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1001 Bytes
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
{
"name": "imbrn",
"version": "1.0.0",
"private": true,
"description": "imbrn",
"author": "imbrn",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.17.2",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-sitemap": "^5.17.0",
"gatsby-plugin-styled-components": "^5.17.0",
"normalize.css": "^8.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.25",
"typescript": "^4.7.4"
}
}