-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"name": "openjustice-upload_ui",
"private": false,
"description": "This component is part of our service to provide a public and free repository of anonymised belgian court decisions.",
"version": "0.1.0",
"author": "OpenJustice.be <team@openjustice.be>",
"dependencies": {
"@reach/router": "^1.3.4",
"bootstrap": "^4.5.0",
"gatsby": "^2.24.12",
"gatsby-image": "^2.4.13",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.4.2",
"gatsby-plugin-sharp": "^2.6.23",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-source-graphql": "^2.6.2",
"gatsby-transformer-sharp": "^2.5.11",
"google-fonts-plugin": "^5.0.2",
"prop-types": "^15.7.2",
"quill": "^1.3.7",
"react": "^16.12.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.12.0",
"react-dropzone": "^11.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-notifications": "^1.7.2",
"react-quill": "^2.0.0-beta.2",
"react-step-wizard": "^5.3.5",
"sass": "^1.30.0",
"use-query-params": "^1.1.9"
},
"devDependencies": {
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "GPL-3.0-only",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}