mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-21 16:33:48 +01:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/parser": "^7.23.3",
|
|
"@nuxt/content": "npm:@nuxt/content-edge@2.9.0-28315240.7dcbf13",
|
|
"@nuxtjs/color-mode": "^3.3.0",
|
|
"@nuxtjs/i18n": "8.0.0-rc.5",
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.9.0",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/rellax": "^1.7.7",
|
|
"@types/three": "^0.158.2",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.0.5",
|
|
"autoprefixer": "^10.4.16",
|
|
"bootstrap": "^5.3.2",
|
|
"bootstrap-icons": "^1.11.1",
|
|
"github-markdown-css": "^5.4.0",
|
|
"js-yaml": "^4.1.0",
|
|
"meshline": "^3.1.7",
|
|
"mfm-js": "^0.23.3",
|
|
"misskey-js": "^0.0.16",
|
|
"nprogress": "^0.2.0",
|
|
"nuxt": "^3.8.1",
|
|
"postcss": "^8.4.31",
|
|
"rellax": "^1.12.1",
|
|
"sass": "^1.69.5",
|
|
"schema-dts": "^1.1.2",
|
|
"sitemap": "^7.1.1",
|
|
"tailwindcss": "^3.3.5",
|
|
"three": "^0.158.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"ufo": "^1.3.1",
|
|
"vite-svg-loader": "^4.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.10.2",
|
|
"dependencies": {
|
|
"nanoid": "^5.0.3"
|
|
}
|
|
}
|