panorama/package.json

37 lines
902 B
JSON
Raw Normal View History

2023-03-23 18:32:34 +00:00
{
2023-06-13 00:13:24 +00:00
"name": "panorama",
"private": true,
"version": "0.0.0",
"type": "module",
2023-03-23 18:32:34 +00:00
"scripts": {
2023-06-13 00:13:24 +00:00
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
2023-03-23 18:32:34 +00:00
},
"dependencies": {
2023-06-13 00:13:24 +00:00
"@blueprintjs/core": "^4.20.1",
"@blueprintjs/icons": "^4.16.0",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@tauri-apps/api": "^1.3.0",
"classnames": "^2.3.2",
"framer-motion": "^10.12.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-mosaic-component": "^6.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.1",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.63.3",
"typescript": "^4.9.5",
"vite": "^4.2.1"
2023-03-23 18:32:34 +00:00
}
}