-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.57 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
{
"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",
"aws-amplify": "^6.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.95.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.2.0",
"@aws-amplify/backend-cli": "^1.2.5",
"@babel/preset-react": "^7.18.6",
"aws-cdk": "^2.155.0",
"aws-cdk-lib": "^2.155.0",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.2",
"constructs": "^10.3.0",
"esbuild": "^0.23.1",
"gh-pages": "^5.0.0",
"ts-loader": "^9.4.2",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"webpack-cli": "^5.1.4"
}
}