forked from Nucleo-Estudantes-Informatica-ISEP/antirecurso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"chart.js": "^4.4.3",
"framer-motion": "^10.18.0",
"lodash": "^4.17.21",
"next": "14.2.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.39",
"postcss-preset-env": "^8.5.1",
"react": "18.3.1",
"react-canvas-confetti": "^1.4.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-icons": "^4.12.0",
"react-loading-skeleton": "^3.4.0",
"regression": "^2.0.1",
"sweetalert": "^2.1.2",
"tailwindcss": "^3.4.4",
"typescript": "5.5.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.6",
"@types/node": "18.14.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/regression": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"color": "^4.2.3",
"crypto-js": "^4.2.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"moment": "^2.30.1",
"pdf-lib": "^1.17.1",
"prettier": "^2.8.8",
"sharp": "^0.33.4",
"swr": "^2.2.5"
},
"pnpm": {
"overrides": {
"postcss@<8.4.31": ">=8.4.31"
}
},
"packageManager": "[email protected]+sha256.30a1801ac4e723779efed13a21f4c39f9eb6c9fbb4ced101bce06b422593d7c9"
}