forked from DARIAH-ERIC/dariah-campus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.41 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
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
{
"name": "dariah-campus",
"private": true,
"description": "DARIAH Campus is a pilot project exploring different ways of capturing and consolidating DARIAH learning resources.",
"version": "0.1.0",
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@reach/combobox": "^0.1.1",
"@reach/dialog": "^0.2.9",
"@svgr/webpack": "^4.3.3",
"algoliasearch": "^3.35.1",
"clsx": "^1.0.4",
"gatsby": "2.13.62",
"gatsby-image": "^2.2.30",
"gatsby-plugin-algolia": "^0.3.4",
"gatsby-plugin-google-analytics": "^2.1.37",
"gatsby-plugin-manifest": "^2.2.26",
"gatsby-plugin-mdx": "^1.0.55",
"gatsby-plugin-netlify": "^2.1.23",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-remark-autolink-headers": "^2.1.16",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-smartypants": "^2.1.14",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.2",
"gatsby-transformer-yaml": "^2.2.15",
"intersection-observer": "^0.7.0",
"lodash.camelcase": "^4.3.0",
"match-sorter": "^4.0.2",
"node-sass": "^4.13.0",
"object-fit-images": "^3.2.4",
"prism-react-renderer": "^0.1.7",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-focus-lock": "^2.2.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"react-instantsearch-dom": "^5.7.0",
"remark": "^11.0.1",
"remark-html": "^10.0.0",
"strip-markdown": "^3.1.1",
"typeface-roboto": "^0.0.75",
"use-throttle": "^0.0.3"
},
"devDependencies": {
"husky": "^3.0.9",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
},
"keywords": [
"dariah"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"format": "prettier --write \"{gatsby*,{src,contents,documentation}/**/*.{js,yaml,md,mdx}}\"",
"serve": "gatsby serve",
"start": "yarn develop"
},
"repository": {
"type": "git",
"url": "https://github.com/DARIAH-ERIC/dariah-campus"
},
"bugs": {
"url": "https://github.com/DARIAH-ERIC/dariah-campus/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}