-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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": "brazilian-highways-api",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest --run",
"test:watch": "vitest"
},
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"@types/prettier": "^2.7.2",
"axios": "^1.3.2",
"date-fns": "^2.29.3",
"leaflet": "^1.9.2",
"leaflet-defaulticon-compatibility": "^0.1.1",
"minisearch": "^6.0.1",
"next": "13.0.0",
"nextra": "^2.2.18",
"nextra-theme-docs": "^2.2.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.1.0",
"remove-accents": "^0.4.4",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/node": "18.11.5",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"@types/react-leaflet": "^2.8.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitest/coverage-c8": "^0.29.3",
"autoprefixer": "^10.4.12",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-tailwindcss": "^3.8.3",
"lint-staged": "11.1.1",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-eslint-config": "^1.0.7",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.1",
"typescript": "*",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.29.1"
}
}