-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
44 lines (44 loc) · 1.29 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": "soc",
"version": "0.1.0",
"description": "The main hub for all SOC Club activities.",
"repository": "https://github.com/aelmosalamy/thesoc.club.git",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "yarn run sitemap",
"sitemap": "next-sitemap --config .config/sitemap.config.js",
"start": "next start",
"lint": "next lint",
"prepare": "husky install .config/husky"
},
"dependencies": {
"autoprefixer": "10.4.15",
"next": "15.0.0-canary.173",
"postcss": "8.4.29",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "4.11.0",
"react-spinners": "0.13.8",
"sass": "1.67.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.49.0",
"eslint-config-next": "15.0.0-canary.173",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"next-sitemap": "4.2.3"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}