41 lines
1015 B
JSON
41 lines
1015 B
JSON
{
|
|
"name": "bugwork",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@tabler/icons-react": "^3.9.0",
|
|
"@tauri-apps/api": ">=2.0.0-beta.0",
|
|
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
|
|
"chroma-js": "^2.4.2",
|
|
"csstype": "^3.1.3",
|
|
"dayjs": "^1.11.11",
|
|
"events": "^3.3.0",
|
|
"normalize.css": "^8.0.1",
|
|
"ramda": "^0.30.1",
|
|
"react": "canary",
|
|
"react-dom": "canary",
|
|
"react-router-dom": "^6.24.1",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": ">=2.0.0-beta.0",
|
|
"@types/chroma-js": "^2.4.4",
|
|
"@types/events": "^3.0.3",
|
|
"@types/ramda": "^0.30.1",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|