-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 847 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
{
"name": "gaming-platform",
"version": "1.0.0",
"private": true,
"description": "gaming-platform",
"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.14.1",
"gatsby-plugin-styled-components": "^5.16.0",
"http-proxy-middleware": "^2.0.6",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.25",
"typescript": "^4.6.4"
}
}