-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
73 lines (73 loc) · 2.28 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
{
"name": "hiarc-org",
"private": true,
"description": "Hong-Ik Algorithm Research Club homepage.",
"version": "1.0.0",
"author": "HI-ARC <[email protected]>",
"dependencies": {
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "0.1.14",
"@fullpage/react-fullpage": "^0.1.19",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"gatsby": "^3.9.1",
"gatsby-cli": "3.10.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "6.9.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-offline": "^4.9.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-sharp": "3.11.0",
"gatsby-plugin-typescript": "3.9.0",
"gatsby-remark-copy-linked-files": "4.6.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "5.6.0",
"gatsby-remark-prismjs": "5.6.0",
"gatsby-remark-smartypants": "4.6.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-remark": "4.6.0",
"gatsby-transformer-sharp": "^3.9.0",
"prismjs": "1.24.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-fullpage": "^0.1.19",
"react-helmet": "^6.1.0",
"styled-components": "5.3.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"prettier": "2.3.2",
"typescript": "4.3.5"
},
"keywords": [
"gatsby"
],
"license": "UNLICENSED",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/HI-ARC/web-dev.git"
},
"bugs": {
"url": "https://github.com/HI-ARC/web-dev/issues"
}
}