-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 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
59
60
61
62
63
{
"name": "trails",
"version": "0.1.0",
"private": false,
"homepage": "https://jmarques1196.github.io/trails/",
"dependencies": {
"@babel/preset-react": "^7.26.3",
"@vitejs/plugin-react": "^4.3.4",
"firebase": "^11.1.0",
"garmin-tcx-parser": "^1.0.8",
"leaflet": "^1.9.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"stream": "^0.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-private-property-in-object": "7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"babel-jest": "^29.7.0",
"gh-pages": "^6.2.0",
"jsdom": "^26.0.0",
"vitest": "^3.0.3"
}
}