prasi-bun/app/web/package.json

101 lines
3.0 KiB
JSON

{
"name": "web",
"@parcel/bundler-default": {
"minBundles": 1,
"minBundleSize": 3000,
"maxParallelRequests": 20
},
"dependencies": {
"@babel/parser": "^7.23.0",
"@floating-ui/react": "^0.26.0",
"@minoru/react-dnd-treeview": "^3.4.4",
"@monaco-editor/react": "^4.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@parcel/packager-wasm": "^2.10.0",
"@parcel/service-worker": "^2.10.0",
"@swc/wasm-web": "1.3.94-nightly-20231014.1",
"algoliasearch": "^4.20.0",
"date-fns": "^2.30.0",
"dbgen": "workspace:*",
"downshift": "^8.2.2",
"esbuild-wasm": "^0.19.4",
"idb-keyval": "^6.2.1",
"js-base64": "^3.7.5",
"lodash.capitalize": "^4.2.1",
"lodash.concat": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.get": "^4.4.2",
"lodash.indexof": "^4.0.5",
"lodash.orderby": "^4.6.0",
"lodash.set": "^4.3.2",
"lodash.slice": "^4.2.0",
"lodash.throttle": "^4.1.1",
"lodash.transform": "^4.6.0",
"lodash.trim": "4.5.1",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"monaco-jsx-syntax-highlight-v2": "^1.2.2",
"polywasm": "^0.1.4",
"prettier": "3.0.3",
"prop-types": "^15.8.1",
"quill-delta": "^5.1.0",
"radix3": "^1.1.0",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dnd": "^16.0.1",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
"react-use-error-boundary": "^3.0.0",
"react-virtuoso": "^4.6.1",
"svgo": "^3.0.2",
"textdiff-create": "^1.1.9",
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.36",
"uuid": "9.0.1",
"web-utils": "workspace:*",
"y-pojo": "^0.0.8",
"yjs": "^13.6.8",
"yjs-types": "^0.0.1"
},
"devDependencies": {
"@types/lodash.concat": "^4.5.7",
"@types/lodash.find": "^4.6.7",
"@types/lodash.findindex": "^4.6.7",
"@types/lodash.indexof": "^4.0.7",
"@types/lodash.orderby": "^4.6.7",
"@types/lodash.slice": "^4.2.7",
"@types/lodash.throttle": "^4.1.7",
"@types/lodash.transform": "^4.6.7",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/react-is": "^18.2.2",
"@types/textdiff-create": "^1.0.0",
"@types/ua-parser-js": "^0.7.37",
"@parcel/config-default": "2.10.0",
"@parcel/core": "2.10.0",
"@parcel/reporter-bundle-analyzer": "^2.10.0",
"@parcel/transformer-raw": "^2.10.0",
"@tinijs/parcel-reporter-copy-public": "0.0.2",
"@types/lodash.capitalize": "4.2.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.7",
"@types/lodash.trim": "4.5.7",
"@types/prettier": "3.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/tinycolor2": "^1.4.4",
"@types/uuid": "9.0.5",
"@types/vscode": "^1.83.0",
"parcel": "2.10.0",
"parcel-bundler-splitable": "0.0.4",
"postcss": "8.4.31",
"tailwindcss": "3.3.3"
},
"staticFiles": {
"staticPath": "public"
}
}