This repository was archived by the owner on Feb 2, 2020. It is now read-only.
generated from kata-ai/grundgesetz-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.64 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "grundgesetz-skeleton",
"description": "Zero-configuration documentation builder, powered by Gatsby.",
"version": "1.0.0",
"private": true,
"author": "Resi Respati <resi@kata.ai>",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"clean": "rimraf public",
"commit": "git cz",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
"lint": "tslint 'src/**/*.{ts,tsx}' -p tsconfig.json",
"start": "serve public",
"test": "npm run type-check && npm run lint",
"type-check": "tsc"
},
"dependencies": {
"@reach/skip-nav": "^0.1.3",
"babel-plugin-styled-components": "^1.10.2",
"classnames": "^2.2.6",
"gatsby": "^2.8.8",
"gatsby-plugin-canonical-urls": "^2.0.13",
"gatsby-plugin-catch-links": "^2.0.15",
"gatsby-plugin-netlify": "^2.0.17",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-typescript": "^2.0.15",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-images": "^3.0.14",
"gatsby-remark-prismjs": "^3.2.11",
"gatsby-remark-relative-images": "^0.2.2",
"gatsby-remark-responsive-iframe": "^2.1.1",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.21",
"polished": "^3.4.1",
"prism-themes": "^1.1.0",
"prismjs": "^1.16.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "^5.2.1",
"rehype-react": "^3.1.0",
"styled-components": "^4.3.2",
"styled-normalize": "^8.0.6",
"styled-system": "^4.2.2",
"typescript": "3.5.2",
"utility-types": "^3.7.0"
},
"devDependencies": {
"@types/classnames": "^2.2.8",
"@types/history": "^4.7.2",
"@types/node": "^12.0.10",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/styled-components": "^4.1.16",
"@types/styled-system": "^4.2.1",
"gh-pages": "^2.0.1",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"serve": "^11.0.2",
"tslint": "^5.18.0",
"tslint-config-kata": "^1.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0"
}
}