-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 929 Bytes
/
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
{
"homepage": "https://hemanth-kotagiri.github.io/jntuh-results-stats",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start",
"deploy": "yarn run build && gh-pages -b deploy"
},
"dependencies": {
"@vercel/analytics": "^0.1.1",
"chart.js": "^3.7.1",
"next": "latest",
"nextjs-progressbar": "^0.0.14",
"react": "^18.2.0",
"react-chartjs-2": "^4.0.1",
"react-dom": "^18.2.0",
"react-spinners": "^0.11.0"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0-beta.0",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"axios": "^0.25.0",
"eslint-config-next": "^12.0.8",
"fetch": "^1.1.0",
"gh-pages": "^3.2.3",
"postcss": "^8.4.5",
"react-icons": "^4.3.1",
"react-scripts": "^3.4.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}