-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
49 lines (49 loc) · 1.48 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
{
"name": "chanakya-niti",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"both": "concurrently \"npm run dev\" \"cd ../chanakya-niti-backend && npm run server\""
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^5.15.19",
"axios": "^1.7.4",
"bootstrap": "^5.1.3",
"cohere-ai": "^7.14.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"groq-sdk": "^0.5.0",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-loader-spinner": "^6.1.6",
"react-parallax-tilt": "^1.7.229",
"react-player": "^2.16.0",
"react-simple-scroll-up": "^0.2.3",
"react-router-dom": "^6.27.0",
"react-spinners": "^0.14.1",
"react-top-loading-bar": "^2.3.1",
"react-typed": "^2.0.12"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.4.8"
}
}