-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.65 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
82
83
84
85
86
87
88
89
{
"name": "catalogue-site",
"private": true,
"description": "A website for Catalogue, a gallery space in Sydenham, Ōtautahi.",
"version": "2.0.0",
"author": "Jennifer Shields <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@oclif/errors": "^1.2.2",
"@types/prop-types": "^15.7.3",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.2",
"@yarnpkg/pnpify": "^2.0.0-rc.17",
"babel-plugin-styled-components": "^1.10.7",
"bootstrap": "^4.4.1",
"gatsby": "^2.24.2",
"gatsby-image": "^2.2.34",
"gatsby-plugin-fathom": "^1.2.0",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^2.1.27",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.7",
"gatsby-transformer-yaml": "^2.2.25",
"jquery": "^3.4.1",
"netlify-cli": "^2.36.0",
"node-sass": "^4.13.0",
"popper.js": "^1.16.0",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-is": "^16.12.0",
"rfs": "^9.0.2",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"sharp": "^0.24.1",
"styled-components": "^5.0.0",
"tslib": "^1.11.1",
"typeface-asap": "0.0.69",
"typeface-cormorant-infant": "0.0.71"
},
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"cypress": "^4.0.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.1.0",
"tslint-react": "^4.2.0",
"typescript": "^3.7.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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",
"type-check": "tsc --noEmit",
"lint": "tslint --project ."
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependenciesMeta": {
"prettier": {
"unplugged": true
}
}
}