generated from acm-ucr/acm-ucr-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "acm-ucr-static-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "npx prettier --write .",
"check": "npx prettier --check .",
"eslint": "npx eslint -c eslint.config.mjs",
"prepare": "husky install"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.0.0",
"@tanstack/react-query": "^5.53.3",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17",
"html-react-parser": "^5.1.18",
"lucide-react": "^0.417.0",
"moment": "^2.30.1",
"motion": "^11.11.17",
"next": "^14.2.10",
"react": "^18.3.1",
"react-big-calendar": "^1.15.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"simple-icons": "^13.16.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"postcss": "^8.4.40",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.0.0"
}
}