-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.33 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.33 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
{
"author": {
"email": "pemrogrammer@gmail.com",
"name": "Klub Pemrograman TI Polnes",
"url": "https://github.com/pemrogrammer"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"dayjs": "^1.11.19",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.9.5"
},
"description": "A racing timer application built with React and TypeScript for competitive events and racing competitions.",
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"babel-plugin-react-compiler": "^19.1.0-rc.1-rc-af1b7da-20250421",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"vite": "^7.2.2"
},
"lastModified": "2025-11-09",
"name": "race-timer",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "biome check",
"lint:fix": "biome check --write",
"preview": "vite preview"
},
"type": "module",
"version": "2.0.2"
}