-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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": "wigglytuff",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@prisma/client": "^3.3.0",
"@tailwindcss/forms": "^0.3.4",
"axios": "^0.24.0",
"chart.js": "^3.6.0",
"next": "11.1.2",
"next-auth": "^3.29.0",
"react": "17.0.2",
"react-chartjs-2": "^3.3.0",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-star-ratings": "^2.3.0",
"redux": "^4.1.1",
"redux-thunk": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"autoprefixer": "^10.3.7",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"husky": "^7.0.4",
"postcss": "^8.3.11",
"prettier": "2.4.1",
"pretty-quick": "^3.1.1",
"prisma": "^3.3.0",
"tailwindcss": "^2.2.17"
}
}