-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.67 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
{
"name": "secsoc",
"description": "Key part of the security community within UNSW.",
"version": "1.0.0",
"private": true,
"author": "UNSW Security Projects Portfolio <[email protected]>",
"keywords": [
"secsoc",
"unswsecurity",
"security",
"unsw",
"unswsecuritysociety",
"securitysociety",
"society"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public",
"dev": "gatsby develop",
"clean": "gatsby clean",
"start": "yarn run dev",
"test": "yarn type-check && yarn lint",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix src/**/*.{ts,tsx}",
"format": "prettier --write 'src/**/*.{ts,tsx,css,json,md}' && eslint --fix src/**/*.{ts,tsx}",
"type-check": "tsc --pretty"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@reach/router": "^1.3.4",
"axios": "^0.21.4",
"babel-plugin-styled-components": "^1.12.0",
"framer-motion": "^4.1.17",
"gatsby": "^2.10.0",
"gatsby-image": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-root-import": "^2.0.7",
"gatsby-plugin-sharp": "^2.2.1",
"gatsby-plugin-styled-components": "^4.4.0",
"gatsby-plugin-typescript": "^2.1.0",
"gatsby-remark-images": "^3.1.0",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-theme-material-ui": "^2.0.1",
"gatsby-transformer-json": "^2.2.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^2.2.0",
"md5": "^2.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^4.2.0",
"react-scroll": "^1.8.4",
"styled-components": "^5.3.0",
"typescript": "^3.5.2",
"typewriter-effect": "^2.18.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/md5": "^2.3.1",
"@types/node": "^12.0.0",
"@types/react": "^17.0.17",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@types/react-scroll": "^1.8.3",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-webpack-plugin": "^3.0.1",
"gatsby-plugin-eslint": "^3.0.0",
"gh-pages": "^3.2.3",
"prettier": "^2.3.2"
}
}