-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "lapchart",
"version": "0.1.0",
"description": "Lap chart app",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snigo/lapchart.git"
},
"author": "snigo",
"license": "MIT",
"bugs": {
"url": "https://github.com/snigo/lapchart/issues"
},
"homepage": "https://github.com/snigo/lapchart#readme",
"dependencies": {
"next": "^16.0.0",
"next-offline": "^5.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^3.0.0",
"sass": "^1.26.5"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"typescript": "^6.0.0"
}
}