aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-29 11:21:20 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-29 11:21:20 +0800
commitf6c62924b653c523781c75453e8bff15ba1673fb (patch)
tree4b05376851bcc986e3d2bb93164095bb0b9cb970 /package.json
parentc0803c57089da5fea820831325252e08d850fca8 (diff)
downloadlogshader-f6c62924b653c523781c75453e8bff15ba1673fb.tar.gz
logshader-f6c62924b653c523781c75453e8bff15ba1673fb.zip
refactor: remove frontend files and migrate to Python backend
- Deleted frontend configuration files including package.json, tsconfig.json, and vite.config.ts. - Removed favicon.ico and related assets. - Introduced a new Python script (main.py) with a simple greeting function. - Added pyproject.toml for Python project configuration and dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index ca3ee8b..0000000
--- a/package.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "logshader",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc --noEmit && vite build",
- "preview": "vite preview",
- "lint": "eslint . --fix --ignore-path .gitignore"
- },
- "dependencies": {
- "@mdi/font": "7.0.96",
- "core-js": "^3.29.0",
- "pinia": "^2.0.0",
- "roboto-fontface": "*",
- "vue": "^3.2.0",
- "vue-router": "^4.0.0",
- "vuetify": "^3.0.0"
- },
- "devDependencies": {
- "@babel/types": "^7.21.4",
- "@types/node": "^18.15.0",
- "@vitejs/plugin-vue": "^4.0.0",
- "@vue/eslint-config-typescript": "^11.0.0",
- "eslint": "^8.37.0",
- "eslint-plugin-vue": "^9.3.0",
- "sass": "^1.60.0",
- "typescript": "^5.0.0",
- "unplugin-fonts": "^1.0.3",
- "vite": "^4.2.0",
- "vite-plugin-vuetify": "^1.0.0",
- "vue-tsc": "^1.2.0"
- }
-}