-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
59
{
"name": "boletimescolar",
"description": "Geração de Boletim escolar automatizado e personalizável, para escolas / professores.",
"version": "3.26.69",
"author": "NyctibiusVII",
"license": "MIT",
"homepage": "https://boletim-escolar.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/NyctibiusVII/BoletimEscolar.git"
},
"bugs": {
"url": "https://github.com/NyctibiusVII/BoletimEscolar/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"cookies-next": "^2.1.1",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"next": "13.3.1",
"next-sitemap": "^4.0.9",
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-icons": "^4.8.0",
"sweetalert2": "^11.7.5",
"tailwindcss": "3.3.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/file-saver": "^2.0.5",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": "18"
}
}