Skip to content

Commit edbc2f4

Browse files
committed
chore: Improving the settings
1 parent 114980c commit edbc2f4

5 files changed

Lines changed: 348 additions & 142 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/hydrogen

package.json

Lines changed: 49 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,51 @@
11
{
2-
"name": "boletimescolar",
3-
"version": "0.1.0",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"postbuild": "next-sitemap",
9-
"start": "next start",
10-
"lint": "next lint"
11-
},
12-
"dependencies": {
13-
"@types/node": "18.16.0",
14-
"@types/react": "18.0.38",
15-
"@types/react-dom": "18.0.11",
16-
"@unform/core": "^2.1.6",
17-
"@unform/web": "^2.1.6",
18-
"autoprefixer": "10.4.14",
19-
"cookies-next": "^2.1.1",
20-
"dom-to-image": "^2.6.0",
21-
"eslint": "8.39.0",
22-
"eslint-config-next": "13.3.1",
23-
"next": "13.3.1",
24-
"next-sitemap": "^4.0.9",
25-
"next-themes": "^0.2.1",
26-
"postcss": "8.4.23",
27-
"react": "18.2.0",
28-
"react-dom": "18.2.0",
29-
"react-icons": "^4.8.0",
30-
"tailwindcss": "3.3.1",
31-
"typescript": "5.0.4",
32-
"uuid": "^9.0.0"
33-
},
34-
"devDependencies": {
35-
"@types/dom-to-image": "^2.6.4",
36-
"@types/uuid": "^9.0.1"
37-
}
2+
"name": "boletimescolar",
3+
"description": "Geração de Boletim escolar automatizado e personalizável, para escolas / professores.",
4+
"version": "1.0.0",
5+
"author": "NyctibiusVII",
6+
"license": "MIT",
7+
"homepage": "https://boletim-escolar.vercel.app/",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/NyctibiusVII/BoletimEscolar.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/NyctibiusVII/BoletimEscolar/issues"
14+
},
15+
"scripts": {
16+
"dev": "next dev",
17+
"build": "next build",
18+
"postbuild": "next-sitemap",
19+
"start": "next start",
20+
"lint": "next lint"
21+
},
22+
"dependencies": {
23+
"@unform/core": "^2.1.6",
24+
"@unform/web": "^2.1.6",
25+
"cookies-next": "^2.1.1",
26+
"dom-to-image": "^2.6.0",
27+
"next": "13.3.1",
28+
"next-sitemap": "^4.0.9",
29+
"next-themes": "^0.2.1",
30+
"postcss": "8.4.23",
31+
"react": "18.2.0",
32+
"react-dom": "18.2.0",
33+
"react-icons": "^4.8.0",
34+
"tailwindcss": "3.3.1",
35+
"uuid": "^9.0.0"
36+
},
37+
"devDependencies": {
38+
"@types/dom-to-image": "^2.6.4",
39+
"@types/node": "18.16.0",
40+
"@types/react": "18.0.38",
41+
"@types/react-dom": "18.0.11",
42+
"@types/uuid": "^9.0.1",
43+
"autoprefixer": "10.4.14",
44+
"eslint": "8.39.0",
45+
"eslint-config-next": "13.3.1",
46+
"typescript": "5.0.4"
47+
},
48+
"engines": {
49+
"node": "18"
50+
}
3851
}

public/.well-known/security.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Contact: mailto:matheus.dev.07@gmail.com
2+
Expires: 2025-09-11T18:45:00.000Z

public/manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "BoletimEscolar",
3+
"short_name": "BoletimEscolar",
4+
"start_url": "/",
5+
"display": "standalone",
6+
"icons": [
7+
{
8+
"src": "/favicon.png",
9+
"type": "image/svg",
10+
"sizes": "24x24"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)