-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
{
"name": "@openzaak/openzaak-website",
"private": true,
"version": "0.0.0",
"dependencies": {
"@commonground/design-system": ">=21.1.3",
"deepmerge": ">=4.2.2",
"formik": ">=2.2.9",
"gatsby": ">=4.10.3",
"gatsby-image": ">=3.11.0",
"gatsby-plugin-i18n": "1.0.1",
"gatsby-plugin-manifest": ">=4.10.2",
"gatsby-plugin-offline": ">=5.10.2",
"gatsby-plugin-plausible": ">=0.0.7",
"gatsby-plugin-react-helmet": ">=5.10.0",
"gatsby-plugin-sharp": ">=4.10.2",
"gatsby-plugin-styled-components": ">=5.10.0",
"gatsby-remark-check-links": ">=2.1.0",
"gatsby-remark-images": ">=6.10.2",
"gatsby-remark-prismjs": ">=6.10.0",
"gatsby-source-filesystem": ">=4.10.1",
"gatsby-transformer-remark": ">=5.10.2",
"gatsby-transformer-sharp": ">=4.10.0",
"prismjs": ">=1.27.0",
"prop-types": ">=15.8.1",
"ramda": ">=0.28.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-helmet": ">=6.1.0",
"react-router-dom": ">=6.2.2",
"styled-components": ">=5.3.5"
},
"optionalDependencies": {
"fsevents": ">=2.1.2"
},
"devDependencies": {
"babel-plugin-styled-components": ">=2.0.6",
"prettier": ">=2.6.1",
"react-refresh": ">=0.11.0"
},
"engines": {
"node": ">=16.13.1"
},
"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",
"deploy": "gatsby build"
}
}