-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 KB
/
package.json
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
{
"name": "hostile-design",
"version": "1.0.0",
"description": "Hostile.Design Website (done in Gatsby and Typescript)",
"author": "Unfrl",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public",
"type-check": "tsc --noEmit",
"lint": "tslint --project .",
"serve": "gatsby serve"
},
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@types/node": "^10.3.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.12",
"@types/react-leaflet": "^2.5.0",
"gatsby": "^2.16.4",
"gatsby-plugin-manifest": "^2.2.28",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-offline": "^3.0.21",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-react-leaflet": "^2.0.12",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-plugin-typescript": "^2.0.0",
"gatsby-plugin-typography": "^2.2.0",
"leaflet": "^1.6.0",
"leaflet-gesture-handling": "^1.1.8",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-leaflet": "^2.6.1",
"react-pose": "^4.0.9",
"react-typography": "^0.16.13",
"serve": "^11.2.0",
"typography": "^0.16.17",
"typography-theme-bootstrap": "^0.16.7"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint-react": "^3.6.0",
"typescript": "^3.6.2"
}
}