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 4d5d80a
Show file tree
Hide file tree
Showing 29 changed files with 1,399 additions and 515 deletions.
17 changes: 0 additions & 17 deletions paimon-web-ui-new/auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
/* Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License. */

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
Expand Down
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 4d5d80a

Please sign in to comment.