Spaces:
Running
Running
| { | |
| "name": "diffuse-the-rest", | |
| "version": "0.0.1", | |
| "private": true, | |
| "scripts": { | |
| "dev": "NODE_ENV=\"development\" vite dev", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | |
| "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | |
| "lint": "prettier --check . && eslint .", | |
| "format": "prettier --write .", | |
| "buildpush": "npm run build && git add . && git commit -m \"new build\" && git push" | |
| }, | |
| "devDependencies": { | |
| "@sveltejs/adapter-auto": "next", | |
| "@sveltejs/adapter-static": "^1.0.0-next.39", | |
| "@sveltejs/kit": "next", | |
| "@typescript-eslint/eslint-plugin": "^5.27.0", | |
| "@typescript-eslint/parser": "^5.27.0", | |
| "autoprefixer": "^10.4.8", | |
| "eslint": "^8.16.0", | |
| "eslint-config-prettier": "^8.3.0", | |
| "eslint-plugin-svelte3": "^4.0.0", | |
| "postcss": "^8.4.16", | |
| "prettier": "^2.6.2", | |
| "prettier-plugin-svelte": "^2.7.0", | |
| "svelte": "^3.44.0", | |
| "svelte-check": "^2.7.1", | |
| "svelte-preprocess": "^4.10.7", | |
| "tailwindcss": "^3.1.8", | |
| "tslib": "^2.3.1", | |
| "typescript": "^4.7.4", | |
| "vite": "^3.0.4" | |
| }, | |
| "type": "module", | |
| "dependencies": { | |
| "iframe-resizer": "^4.3.2" | |
| } | |
| } | |