{ "name": "rappli", "version": "1.7.1", "bin": "./bin/rappli.js", "scripts": { "dev": "solid-start dev", "build": "solid-start build", "start": "solid-start start", "reformat": "prettier --write .", "release": "standard-version" }, "authors": [ "Katja Lutz " ], "homepage": "https://rappli.ch", "repository": { "type": "git", "url": "https://git.lufrai.com/rappli/rappli.git" }, "license": "MIT", "type": "module", "devDependencies": { "@fontsource/barlow": "^4.5.8", "@fontsource/exo-2": "^4.5.9", "@fontsource/manrope": "^4.5.11", "@fontsource/overpass": "^4.5.9", "@formkit/auto-animate": "^1.0.0-beta.1", "@iconify/json": "^2.1.81", "@tailwindcss/typography": "^0.5.4", "@types/big.js": "^6.1.5", "@types/qrcode": "^1.4.2", "@types/sortablejs": "^1.13.0", "autoprefixer": "^10.4.2", "autosize": "^5.0.1", "big.js": "^6.2.1", "cantarell": "^0.303.0", "daisyui": "^2.20.0", "date-fns": "^2.29.1", "froebel": "^0.18.0", "ibantools": "^4.1.6", "myzod": "^1.8.7", "nanoid": "^4.0.0", "node-iso11649": "^2.1.2", "postcss": "^8.4.14", "prettier": "^2.7.1", "qrcode": "^1.5.1", "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3", "remark": "^14.0.2", "remark-breaks": "^3.0.2", "remark-gfm": "^3.0.1", "remark-heading-id": "^1.0.0", "remark-parse": "^10.0.1", "remark-rehype": "^10.1.0", "remark-toc": "^8.0.1", "shareon": "^2.0.0", "solid-app-router": "0.4.1", "solid-confetti-explosion": "1.0.3", "solid-js": "1.4.8", "solid-meta": "0.27.5", "sortablejs": "^1.15.0", "standard-version": "^9.5.0", "tailwindcss": "^3.1.6", "typer-js": "^5.5.3", "typescript": "^4.7.4", "unified": "^10.1.2" }, "engines": { "node": ">=18" }, "dependencies": { "solid-start": "v0.1.0-alpha.89", "solid-start-node": "v0.1.0-alpha.82", "unplugin-icons": "0.14.7", "vite": "2.9.14", "vite-plugin-solid": "2.2.6", "babel-preset-solid": "1.4.4", "polka": "0.5.2" }, "standard-version": { "scripts": { "postbump": "npm run build" } } }