21 lines
589 B
JSON
21 lines
589 B
JSON
{
|
|
"name": "@sammo-ts/game-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"dev": "node -e \"console.log('dev not configured')\"",
|
|
"lint": "node -e \"console.log('lint not configured')\"",
|
|
"test": "node -e \"console.log('test not configured')\"",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^13.9.0",
|
|
"date-fns": "^4.1.0",
|
|
"es-toolkit": "^1.43.0",
|
|
"mitt": "^3.0.1",
|
|
"zod": "^4.3.4"
|
|
}
|
|
}
|