-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.99 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.99 KB
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
{
"name": "iiitt-website",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.9",
"bootstrap": "^5.3.3",
"fortawesome": "^0.0.1-security",
"framer-motion": "^12.6.2",
"fuse.js": "^7.1.0",
"keen-slider": "^6.8.6",
"leaflet": "^1.9.4",
"lucide-react": "^0.485.0",
"next": "15.1.9",
"react": "^19.2.1",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.2.1",
"react-fontawesome": "^1.7.1",
"react-icons": "^5.5.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.3",
"recharts": "^2.15.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-slick": "^0.23.13",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"export": "npm run build && next export",
"description": "This project was bootstrapped with [npx create-next-app my-app](https://github.com/facebook/create-react-app).\r The project is targeted to revamp the old Official website of IIIT Trichy. The new website will have\r advanced styling and interactive interface.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Amogh-GC/iiitt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Amogh-GC/iiitt/issues"
},
"homepage": "https://github.com/Amogh-GC/iiitt#readme"
}