kana-bbs/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2022-01-30 13:34:10 +08:00
{
"name": "kana-bbs",
"version": "1.0.0",
"description": "Kana 开发者社区",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
2022-02-02 06:35:00 +08:00
"start": "nuxt start --port 2334",
2022-01-30 13:34:10 +08:00
"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": {
2024-04-16 17:59:47 +08:00
"nuxt-animejs": "^1.2.2",
2022-01-30 13:34:10 +08:00
"pug": "^3.0.2",
2022-02-05 16:08:54 +08:00
"pug-plain-loader": "^1.0.0",
2024-04-16 18:20:12 +08:00
"sass": "^1.75.0",
2024-04-16 17:59:47 +08:00
"sass-loader": "^10.1.1"
2022-01-30 13:34:10 +08:00
},
"dependencies": {
2024-04-16 17:59:47 +08:00
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
2022-02-05 16:08:54 +08:00
"@fortawesome/fontawesome-free": "^5.15.3",
2022-01-30 13:34:10 +08:00
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/proxy": "^2.1.0",
2022-02-05 16:08:54 +08:00
"marked": "^4.0.12",
"nuxt": "2.15.8",
2022-01-30 13:34:10 +08:00
"three": "^0.137.4"
}
2024-04-16 17:59:47 +08:00
}