Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.0-beta.2 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
90 lines
2.6 KiB
JSON
90 lines
2.6 KiB
JSON
{
|
|
"name": "risuai",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"tauri": "tauri",
|
|
"buildsite": "vite build --outDir dist",
|
|
"updatePlugin": "tsc public/pluginApi.ts",
|
|
"runserver": "node server/node/server.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@adobe/css-tools": "4.3.1",
|
|
"@dqbd/tiktoken": "^1.0.7",
|
|
"@mlc-ai/web-tokenizers": "^0.1.0",
|
|
"@tauri-apps/api": "1.4.0",
|
|
"@types/marked": "^5.0.1",
|
|
"@xenova/transformers": "^2.5.0",
|
|
"blueimp-md5": "^2.19.0",
|
|
"body-parser": "^1.20.2",
|
|
"buffer": "^6.0.3",
|
|
"core-js": "^3.31.1",
|
|
"cors": "^2.8.5",
|
|
"dompurify": "^3.0.5",
|
|
"exifr": "^7.1.3",
|
|
"express": "^4.18.2",
|
|
"fflate": "^0.8.0",
|
|
"gpt-3-encoder": "^1.1.4",
|
|
"gpt3-tokenizer": "^1.1.5",
|
|
"html-to-image": "^1.11.11",
|
|
"isomorphic-dompurify": "^1.8.0",
|
|
"libsodium-wrappers-sumo": "^0.7.11",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"lucide-svelte": "^0.260.0",
|
|
"marked": "^5.1.1",
|
|
"ml-distance": "^4.0.1",
|
|
"mobile-drag-drop": "3.0.0-rc.0",
|
|
"msgpackr": "^1.9.5",
|
|
"node-html-parser": "^6.1.5",
|
|
"png-chunk-text": "^1.0.0",
|
|
"png-chunks-encode": "^1.0.0",
|
|
"png-chunks-extract": "^1.0.0",
|
|
"pngjs": "^7.0.0",
|
|
"rollup": "^3.26.3",
|
|
"showdown": "^2.1.0",
|
|
"sortablejs": "^1.15.0",
|
|
"three": "^0.154.0",
|
|
"tippy.js": "^6.3.7",
|
|
"uuid": "^9.0.0",
|
|
"wasmoon": "^1.15.0",
|
|
"web-streams-polyfill": "^3.2.1",
|
|
"yuso": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@tauri-apps/cli": "1.4.0",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/blueimp-md5": "^2.18.0",
|
|
"@types/dompurify": "^3.0.2",
|
|
"@types/libsodium-wrappers-sumo": "^0.7.5",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
"@types/lodash.isequal": "^4.5.6",
|
|
"@types/node": "^18.16.19",
|
|
"@types/pngjs": "^6.0.1",
|
|
"@types/showdown": "^2.0.1",
|
|
"@types/sortablejs": "^1.15.1",
|
|
"@types/three": "^0.154.0",
|
|
"@types/uuid": "^9.0.2",
|
|
"@types/wicg-file-system-access": "^2020.9.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"internal-ip": "^7.0.0",
|
|
"postcss": "^8.4.26",
|
|
"svelte": "^4.1.0",
|
|
"svelte-check": "^3.4.6",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"tailwindcss": "^3.3.3",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-top-level-await": "^1.3.1",
|
|
"vite-plugin-wasm": "^3.2.2"
|
|
}
|
|
} |