sakuya/package.json

31 lines
694 B
JSON
Raw Normal View History

2022-04-10 00:37:53 +08:00
{
"name": "sakuya",
"version": "1.0.0",
"description": "你的智慧分身(也许",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
2023-10-14 06:42:45 +08:00
"preview": "vite preview",
"start": "node server/index.js"
2022-04-10 00:37:53 +08:00
},
"devDependencies": {
"vite": "^2.6.4"
},
"dependencies": {
"frappe-charts": "^1.6.2",
"neataptic": "^1.4.7",
"p5": "^1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InvisibleFuture/sakuya.git"
},
"author": "satori.love",
"license": "MIT",
"bugs": {
"url": "https://github.com/InvisibleFuture/sakuya/issues"
},
"homepage": "https://github.com/InvisibleFuture/sakuya#readme"
2023-07-23 13:27:53 +08:00
}