generated from ConductionNL/Proto-component-commonground
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.4 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
{
"name": "@demodam/demodam.org",
"private": true,
"version": "0.0.1",
"dependencies": {
"@commonground/design-system": "12.5.0",
"formik": "2.1.4",
"gatsby": "2.24.86",
"gatsby-image": "2.4.13",
"gatsby-plugin-i18n": "1.0.1",
"gatsby-plugin-manifest": "2.4.18",
"gatsby-plugin-offline": "3.2.17",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.19",
"gatsby-plugin-styled-components": "3.3.10",
"gatsby-remark-check-links": "2.1.0",
"gatsby-remark-images": "3.3.18",
"gatsby-remark-prismjs": "3.5.10",
"gatsby-source-filesystem": "2.3.19",
"gatsby-transformer-remark": "2.8.25",
"gatsby-transformer-sharp": "2.5.11",
"prismjs": "1.23.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-router-dom": "5.2.0",
"styled-components": "5.1.1"
},
"devDependencies": {
"babel-plugin-styled-components": "1.10.7",
"prettier": "2.0.5",
"react-refresh": "0.8.3"
},
"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"
}
}