forked from maxsonyang/cs10-react
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.94 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
{
"name": "cs10-react",
"private": true,
"description": "Template for the CS10 website built using Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"mobile-dev": "gatsby develop -H 0.0.0.0 -p 8000",
"mobile-serve": "gatsby serve -H 0.0.0.0 -p 8000",
"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",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fullcalendar/bootstrap": "^5.4.0",
"@fullcalendar/core": "^5.4.0",
"@fullcalendar/daygrid": "^5.4.0",
"@fullcalendar/google-calendar": "^5.4.0",
"@fullcalendar/react": "^5.4.0",
"@fullcalendar/timegrid": "^5.4.0",
"babel-plugin-styled-components": "^1.12.0",
"blob": "^0.0.5",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"chartjs": "^0.3.24",
"file-system": "^1.2.2",
"fs": "^0.0.1-security",
"gatsby": "^2.13.57",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sass": "^2.7.0",
"gatsby-plugin-styled-components": "^3.7.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-json": "^2.8.0",
"js-yaml": "^3.14.1",
"node-fetch": "^2.6.1",
"react": "^16.12.0",
"react-bootstrap": "^1.4.0",
"react-chartjs-2": "^2.11.1",
"react-device-detect": "^1.14.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-is": "^17.0.1",
"styled-components": "^5.2.1",
"xhr2": "^0.2.0"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^1.7.0",
"gh-pages": "^3.1.0",
"prettier": "2.1.2",
"sass": "^1.30.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cs10/sp21"
}
}