-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 885 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
36
37
38
39
{
"name": "grade-melon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.12",
"chart.js": "^3.9.1",
"flowbite": "^1.5.3",
"flowbite-react": "^0.3.6",
"formik": "^2.2.9",
"framer-motion": "^7.10.3",
"js-cookie": "^3.0.5",
"next-pwa": "^5.6.0",
"postcss": "^8.4.17",
"react-chartjs-2": "^4.3.1",
"react-icons": "^4.4.0",
"studentvue": "github:Jshap06/studentvue.js",
"touch-cli": "^0.0.1"
},
"devDependencies": {
"@types/node": "18.7.23",
"@types/react": "^18.0.21",
"eslint": "8.24.0",
"eslint-config-next": "^13.0.0",
"next": "^13.0.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
}
}