-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) 路 1.25 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) 路 1.25 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
{
"name": "the-fun-game",
"version": "1.0.0",
"author": "Dante Calderon <mail@dantecalderon.dev>",
"dependencies": {
"@reach/router": "^1.3.3",
"@types/node": "^13.11.1",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6",
"babel-plugin-styled-components": "^1.10.7",
"browser-monads": "^1.0.0",
"gatsby": "^2.20.18",
"gatsby-link": "^2.3.2",
"gatsby-plugin-react-helmet": "^3.2.2",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-typescript": "^2.3.1",
"konva": "^4.2.2",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-konva": "^16.13.0-0",
"styled-components": "^5.1.0",
"use-mobile-detect-hook": "^1.0.3"
},
"keywords": [
"gatsby, typescript"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/query-string": "^6.3.0",
"@types/styled-components": "^5.0.1",
"prettier": "^1.8.2"
}
}