{ "name": "svelte-app", "version": "1.0.0", "private": true, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "start": "sirv public --no-clear", "check": "svelte-check --tsconfig ./tsconfig.json", "clean": "rm -frv public/vendor public/build" }, "devDependencies": { "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.0", "@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-typescript": "^8.3.0", "@tsconfig/svelte": "^2.0.0", "@types/history": "^4.7.9", "@types/lodash": "^4.14.178", "@types/lru-cache": "^5.1.1", "@types/three": "^0.135.0", "@yarnpkg/fslib": "^2.6.0", "@yarnpkg/libzip": "^2.2.2", "postcss": "^8.3.11", "rollup": "^2.59.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-dev": "^2.0.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-svelte": "^7.0.0", "rollup-plugin-terser": "^7.0.0", "svelte": "^3.0.0", "svelte-check": "^2.0.0", "svelte-preprocess": "^4.0.0", "tslib": "^2.0.0", "typescript": "^4.0.0" }, "dependencies": { "boxicons": "^2.1.1", "date-fns": "^2.25.0", "dompurify": "^2.3.4", "filesize": "^8.0.6", "history": "^5.1.0", "lodash": "^4.17.21", "lru-cache": "^6.0.0", "marked": "^4.0.10", "mitt": "^3.0.0", "normalize.css": "^8.0.1", "sass": "^1.43.4", "sirv-cli": "^1.0.0", "sswr": "^1.3.1", "svelte-navigator": "^3.1.5", "three": "^0.136.0", "upend": "../tools/upend_js" }, "packageManager": "yarn@3.1.0" }