-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.54 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.54 KB
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
{
"name": "cybersocyork.github.io",
"private": true,
"description": "The website for University of York's cyber security society, CyberSoc.",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{ts,tsx,json,md,css,scss}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b master",
"lint": "eslint \"src/**/*.{ts,tsx,json}\"",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx}": "eslint"
},
"dependencies": {
"@fontsource/cabin": "^4.5.0",
"@types/jsonp": "^0.2.1",
"@types/react": "^18.0.9",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^1.13.2",
"date-fns": "^2.23.0",
"fs": "^0.0.1-security",
"gatsby": "^4.15.1",
"gatsby-cli": "^5.12.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sass": "^5.15.0",
"gatsby-plugin-sitemap": "^5.15.0",
"gatsby-plugin-styled-components": "^5.15.0",
"gatsby-remark-prismjs": "^6.15.0",
"gatsby-source-custom-api": "^2.3.2",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-remark": "^5.15.0",
"gh-pages": "^3.1.0",
"global": "^4.4.0",
"jsonp": "^0.2.1",
"net": "^1.0.2",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.12.2",
"react-html-parser": "^2.0.2",
"react-icons": "^4.2.0",
"react-tsparticles": "^1.34.0",
"sanitize-html": "^2.0.0",
"sass": "^1.49.7",
"styled-components": "^5.3.1",
"tls": "^0.0.1",
"webpack": "^5.51.2"
},
"devDependencies": {
"@types/node": "^17.0.36",
"@types/react-dom": "^18.0.5",
"@types/react-html-parser": "^2.0.2",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.25.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.1",
"typescript": "^4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}