-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.22 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 3.22 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "mobilidade",
"private": true,
"version": "1.32.0",
"type": "module",
"homepage": "https://gabriersdev.github.io/mobilidade",
"engines": {
"node": "^22.18.0"
},
"scripts": {
"dev": "vite",
"build": "node scripts/sync-version.js && node scripts/register.build.js && vite build && node scripts/generate-sitemap.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"update": "npm update",
"upgrade:deps": "npx npm-check-updates -i && npm install",
"cypress": "npx cypress run",
"sync:version": "git pull && node scripts/sync-version.js && git add package.json && git commit -m \"build: update version\"",
"sitemap": "node scripts/generate-sitemap.js"
},
"compilerOptions": {
"jsx": "react-jsx"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^2.0.2",
"@rollup/plugin-terser": "^1.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@vercel/speed-insights": "^2.0.0",
"aos": "^2.3.4",
"axios": "1.18.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"downshift": "^9.3.6",
"framer-motion": "^12.40.0",
"html-react-parser": "^6.1.3",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react": "^19.2.7",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.7",
"react-input-mask": "^2.0.4",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.18.0",
"rolldown": "1.0.3",
"semantic-release": "^25.0.5",
"vercel": "^54.14.2"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@vitejs/plugin-react": "^6.0.2",
"chalk": "^5.6.2",
"cypress": "^15.17.0",
"eslint": "^10.5.0",
"eslint-plugin-cypress": "6.4.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "0.5.3",
"gh-pages": "^6.3.0",
"globals": "^17.6.0",
"globby": "^16.2.0",
"rollup-plugin-visualizer": "^7.0.1",
"terser": "^5.48.0",
"vite": "8.0.16"
},
"overrides": {
"js-yaml": "^4.2.0",
"qs": "^6.14.1",
"undici": "^6.23.0",
"esbuild": "^0.28.1",
"path-to-regexp": "^6.3.0",
"rolldown": "1.0.3",
"diff": "^8.0.3",
"got": "^11.8.5",
"tar": "^7.5.7",
"npm": "latest",
"ajv": "^6.12.6",
"minimatch": "^9.0.4",
"serialize-javascript": "^7.0.5",
"@tootallnate/once": "^2.0.1",
"smol-toml": "^1.6.1",
"srvx": "^0.11.13",
"glob": "^10.4.1",
"rimraf": "^5.0.7"
},
"sideEffects": [
"bootstrap/dist/js/bootstrap.bundle.min.js"
],
"allowScripts": {
"esbuild@0.28.1": true,
"cypress@15.17.0": true
}
}