Files
StableStudio1/packages/stablestudio-ui/package.json
StableStudio a65d4877ad Initial commit
2023-05-12 10:36:19 -05:00

98 lines
3.2 KiB
JSON

{
"name": "@stability/stablestudio-ui",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"clean": "rimraf dist && rimraf node_modules",
"lint": "eslint \"./src/**/*.{ts,tsx}\"",
"lint:fix": "yarn lint --fix",
"build:types": "tsc --noEmit",
"build": "yarn build:preview",
"build:preview": "yarn build:types && vite build --mode preview",
"build:production": "yarn build:types && vite build --mode production",
"dev:types": "tsc --noEmit --watch",
"dev": "vite"
},
"dependencies": {
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@react-hook/resize-observer": "^1.2.6",
"@reecelucas/react-use-hotkeys": "^2.0.0",
"@stability/stablestudio-plugin": "workspace:^",
"@stability/stablestudio-plugin-example": "workspace:^",
"@stability/stablestudio-plugin-stability": "workspace:^",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"@tanstack/react-virtual": "beta",
"buffer": "^6.0.3",
"date-fns": "^2.29.3",
"file-saver": "^2.0.5",
"flexsearch": "^0.7.31",
"framer-motion": "^8.5.0",
"idb-keyval": "^6.2.0",
"immer": "^9.0.18",
"jszip": "^3.10.1",
"konva": "^8.4.2",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.105.0",
"minisearch": "^6.0.0",
"notistack": "^3.0.0-alpha.11",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-konva": "^18.2.3",
"react-konva-utils": "^0.3.1",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.7.0",
"react-slider": "^2.0.4",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"remark-custom-heading-id": "^1.0.0",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.8.1",
"throttled-queue": "^2.1.4",
"tiny-invariant": "^1.3.1",
"ts-custom-error": "^3.3.1",
"unified": "^10.1.2",
"zundo": "beta",
"zustand": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/file-saver": "^2.0.5",
"@types/lodash.throttle": "^4.1.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-slider": "^1.3.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^3.0.1",
"autoprefixer": "^10.4.13",
"eslint": "8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.1.1",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.2.4",
"tsx": "^3.12.2",
"typescript": "4.9.4",
"typescript-styled-plugin": "^0.18.2",
"vite": "^4.0.4",
"vite-tsconfig-paths": "^4.0.5"
}
}