-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 953 Bytes
/
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
{
"name": "sprint-estimation-helper",
"version": "0.0.0",
"type": "module",
"description": "Tool for calculating T-Shirt sizes or Story Points for project estimation",
"author": "Serge Malinin <[email protected]>",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --outDir=docs",
"type-check": "tsc --noEmit --project tsconfig.app.json",
"lint": "biome lint ./src",
"lint:fix": "biome format --write ./src",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malininss/sprint-estimation-helper.git"
},
"dependencies": {
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"sass": "^1.77.6",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}