-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 949 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 949 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
{
"private": true,
"name": "toponym",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "cd Toponym.Web/ClientApp && vite",
"build": "cd Toponym.Web/ClientApp && tsc -b && vite build",
"typecheck": "cd Toponym.Web/ClientApp && tsc --noEmit",
"server": "cd Toponym.Web && dotnet run",
"start": "start npm run server && start npm run dev && start http://localhost:5000"
},
"dependencies": {
"@floating-ui/react": "^0.27.19",
"clsx": "^2.1.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"sass": "^1.99.0",
"typescript": "^6.0.3",
"vite": "^8.0.8"
},
"author": "Arkadi Chubrik <arkadi@chubrik.org> (https://www.chubrik.org/)",
"license": "MIT",
"repository": "github:chubrik/Toponym"
}