forked from acm-uga/acm-uga.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 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
{
"name": "acm-uga.github.io",
"version": "1.0.0",
"description": "The repo behind ACM at UGA's website. If you are a current UGA student and an ACM attendee, do not hesitate to fork a copy of this repo and make changes of your own!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acm-uga/acm-uga.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acm-uga/acm-uga.github.io/issues"
},
"homepage": "https://github.com/acm-uga/acm-uga.github.io#readme",
"dependencies": {
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/google-calendar": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.94.0"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.2",
"gh-pages": "^5.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack-cli": "^5.1.4"
}
}