sakuya/package.json

30 lines
657 B
JSON
Raw Permalink Normal View History

2022-04-10 00:37:53 +08:00
{
"name": "sakuya",
"version": "1.0.0",
"description": "你的智慧分身(也许",
"main": "index.js",
2024-08-11 20:04:07 +08:00
"type": "module",
2022-04-10 00:37:53 +08:00
"scripts": {
"dev": "vite",
"build": "vite build",
2024-08-11 20:04:07 +08:00
"preview": "vite preview"
2022-04-10 00:37:53 +08:00
},
"devDependencies": {
"vite": "^2.6.4"
},
"dependencies": {
"frappe-charts": "^1.6.2",
2024-08-11 20:04:07 +08:00
"neataptic": "^1.4.7"
2022-04-10 00:37:53 +08:00
},
"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
}