mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-04-30 14:30:47 +00:00
101 lines
3.1 KiB
JSON
101 lines
3.1 KiB
JSON
{
|
|
"name": "assets",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "tailwind.config.js",
|
|
"scripts": {
|
|
"build": "vite build --emptyOutDir false",
|
|
"watch": "vite build --watch --minify false --emptyOutDir false --clearScreen true --mode development",
|
|
"test": "jest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-markdown": "^6.3.2",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@formkit/auto-animate": "0.7.0",
|
|
"@shopify/draggable": "^1.1.3",
|
|
"@uiw/react-codemirror": "^4.23.10",
|
|
"clsx": "^2.1.1",
|
|
"daisyui": "^4.11.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"live_select": "file:../deps/live_select",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.isequal": "^4.5.0",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^7.0.0",
|
|
"primereact": "10.6.5",
|
|
"prism-themes": "^1.9.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-event-hook": "^3.1.2",
|
|
"react-flow-renderer": "^10.3.17",
|
|
"react-hook-form": "^7.53.1",
|
|
"react-markdown": "^10.0.1",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-usestateref": "^1.0.9",
|
|
"reactflow": "^11.11.4",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwindcss": "^3.3.6",
|
|
"topbar": "^3.0.0",
|
|
"use-local-storage-state": "^19.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/lodash.isequal": "^4.5.8",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"autoprefixer": "^10.4.19",
|
|
"babel-jest": "^29.7.0",
|
|
"child_process": "^1.0.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"heroicons": "^2.0.18",
|
|
"jest": "^29.7.0",
|
|
"merge-options": "^3.0.4",
|
|
"postcss": "^8.4.38",
|
|
"postcss-cli": "^11.0.0",
|
|
"postcss-import": "^16.1.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.77.2",
|
|
"sass-loader": "^14.2.1",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-cdn-import": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|
|
},
|
|
"resolutions": {
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|