All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/24
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "svg-layout-designer-react",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:nowatch": "vitest run",
|
|
"coverage": "vitest run coverage"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.6",
|
|
"framer-motion": "^6.5.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-svg-pan-zoom": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^8.16.1",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^14.4.1",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-svg-pan-zoom": "^3.3.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
"@typescript-eslint/parser": "^5.31.0",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"@vitest/ui": "^0.20.3",
|
|
"autoprefixer": "^10.4.8",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-config-standard-with-typescript": "^22.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.2.4",
|
|
"eslint-plugin-only-warn": "^1.0.3",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jsdom": "^20.0.0",
|
|
"postcss": "^8.4.14",
|
|
"sass": "^1.54.0",
|
|
"tailwindcss": "^3.1.7",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.0",
|
|
"vitest": "^0.20.3"
|
|
}
|
|
}
|