-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.46 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
{
"name": "icpc.uclaacm.com",
"version": "1.0.0",
"description": "Website for ACM ICPC at UCLA showcasing our work and events",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --node-env production --progress --color",
"build-dev": "webpack serve --node-env development --hot --progress --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uclaacm/icpc.uclaacm.com.git"
},
"author": "entrohpy",
"license": "MIT",
"bugs": {
"url": "https://github.com/uclaacm/icpc.uclaacm.com/issues"
},
"homepage": "https://icpc.uclaacm.com",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"cname-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"ignore-loader": "^0.1.2",
"mini-css-extract-plugin": "^2.7.7",
"prettier": "^3.2.4",
"sass-loader": "^14.0.0",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"core-js": "^3.35.1",
"emotion-theming": "^11.0.0",
"express": "^4.18.2",
"font-awesome": "^4.7.0",
"framer-motion": "^11.0.3",
"isomorphic-fetch": "^3.0.0",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-datepicker": "^5.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.70.0",
"tty-browserify": "^0.0.1",
"uuid": "^9.0.1"
}
}