{ "name": "kana-bbs", "version": "1.0.0", "description": "Kana 开发者社区", "main": "index.js", "type": "module", "scripts": { "dev": "nuxt dev", "build": "nuxt build", "start": "nuxt start --port 2334", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/InvisibleFuture/kana-bbs.git" }, "author": "satori.love", "license": "MIT", "bugs": { "url": "https://github.com/InvisibleFuture/kana-bbs/issues" }, "homepage": "https://github.com/InvisibleFuture/kana-bbs#readme", "devDependencies": { "nuxt-animejs": "^1.2.2", "pug": "^3.0.2", "pug-plain-loader": "^1.0.0", "sass": "^1.75.0", "sass-loader": "^10.1.1" }, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@fortawesome/fontawesome-free": "^5.15.3", "@nuxtjs/axios": "^5.12.0", "@nuxtjs/proxy": "^2.1.0", "marked": "^4.0.12", "nuxt": "2.15.8", "three": "^0.137.4" } }