Skip to content

Commit

Permalink
[Feat] Added themes, languages and login page.
Browse files Browse the repository at this point in the history
  • Loading branch information
songjianet committed Sep 13, 2023
1 parent 2d2cc11 commit c6298e2
Show file tree
Hide file tree
Showing 27 changed files with 1,389 additions and 498 deletions.
22 changes: 12 additions & 10 deletions paimon-web-ui-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,36 @@
"format": "prettier --write src/"
},
"dependencies": {
"dart-sass": "^1.25.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-i18n": "^9.4.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.5",
"@types/tailwindcss": "^3.1.0",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.15",
"@varlet/axle": "^0.1.2",
"@vitejs/plugin-vue": "^4.3.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"naive-ui": "^2.34.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.3",
"prettier": "^3.0.3",
"typescript": "~5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.11"
}
}
Loading

0 comments on commit c6298e2

Please sign in to comment.