- "app/src/utils/fontService.ts" - "app/src/utils/__tests__/fontService.test.ts" - "app/public/fonts/Roboto-Regular.ttf" - "app/public/fonts/OpenSans-Regular.ttf" - "app/public/fonts/Lato-Regular.ttf" - "app/src/App.css" - "app/package.json" GSD-Task: S03/T01
38 lines
955 B
JSON
38 lines
955 B
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"konva": "^10.2.3",
|
|
"opentype.js": "^1.3.4",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-konva": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/node": "^24.12.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.4.0",
|
|
"jsdom": "^29.0.1",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.57.0",
|
|
"vite": "^8.0.1",
|
|
"vitest": "^4.1.1",
|
|
"vitest-canvas-mock": "^1.1.4"
|
|
}
|
|
}
|