Skip to content

Commit

Permalink
add: ChangeLog
Browse files Browse the repository at this point in the history
add: ColorPicker
change: color in css are variables
  • Loading branch information
LSCube7 committed Apr 14, 2024
1 parent 9740bdc commit 4c1eb23
Show file tree
Hide file tree
Showing 18 changed files with 6,852 additions and 2,674 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "henguren",
"version": "0.1.0",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -9,7 +9,10 @@
},
"dependencies": {
"core-js": "^3.8.3",
"node-sass": "^9.0.0",
"register-service-worker": "^1.7.2",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
"vue": "^3.2.13",
"vue-router": "^4.3.0"
},
Expand All @@ -21,7 +24,9 @@
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3"
"eslint-plugin-vue": "^8.0.3",
"style-resources-loader": "^1.4.1",
"vue-cli-plugin-style-resources-loader": "^0.1.5"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit 4c1eb23

Please sign in to comment.