Skip to content

Commit

Permalink
fix: πŸ› fix missing theme files
Browse files Browse the repository at this point in the history
βœ… Closes: #139
  • Loading branch information
CyberNika committed Dec 6, 2023
1 parent d3cddc8 commit db6c7ad
Show file tree
Hide file tree
Showing 2 changed files with 902 additions and 848 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"dev": "vite",
"build": "rm -fr dist es && rollup -c && tsc -p tsconfig.build.json && npm run build:theme",
"build": "rm -fr dist es && rollup -c && npm run build:theme && tsc -p tsconfig.build.json",
"build:theme": "for theme in default bright dark; do lessc --clean-css --autoprefix src/themes/$theme/index.less dist/themes/$theme.css; done;",
"build:site": "vite build && cp -r v2-site site-dist/v2",
"release": "standard-version",
Expand Down Expand Up @@ -74,7 +74,7 @@
],
"devDependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@babel/preset-env": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
Expand All @@ -83,37 +83,37 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/vue": "^8.0.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.3.9",
"@vue/compiler-sfc": "^3.3.10",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"add": "^2.0.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vue": "^9.19.2",
"gh-pages": "^6.1.0",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"less": "^4.2.0",
"less-plugin-autoprefix": "^2.0.0",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"npm": "^10.2.4",
"prettier": "^3.1.0",
"rollup": "^4.6.0",
"rollup": "^4.6.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"vite": "^5.0.3",
"vue": "^3.3.9"
"vite": "^5.0.6",
"vue": "^3.3.10"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
Loading

0 comments on commit db6c7ad

Please sign in to comment.