generated from acm-ucr/acm-ucr-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "acm-ucr-static-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write .",
"check": "npx prettier --check .",
"eslint": "npx eslint . --ext js --ext jsx",
"prepare": "husky install"
},
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.6.2",
"bootstrap": "^5.3.0",
"dotenv": "^16.3.1",
"immutability-helper": "^3.1.1",
"next": "^13.5.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.8.4",
"react-bootstrap": "^2.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"eslint": "^8.42.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3"
}
}