Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
feat: add button component (#515)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby authored Mar 21, 2022
1 parent 6858ab3 commit 9815a30
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 139 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom --run",
"test:unit:watch": "vitest --environment jsdom --watch",
"test:unit:coverage": "vitest run --environment jsdom --coverage",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"story:dev": "histoire dev",
"story:build": "histoire build"
},
"dependencies": {
"pinia": "^2.0.11",
"pinia": "^2.0.12",
"vue": "^3.2.31",
"vue-router": "^4.0.13"
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@rushstack/eslint-patch": "^1.1.1",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.26",
"@vitejs/plugin-vue": "^2.2.4",
Expand All @@ -29,16 +31,17 @@
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.2",
"cypress": "^9.5.1",
"eslint": "^8.10.0",
"autoprefixer": "^10.4.4",
"c8": "^7.11.0",
"cypress": "^9.5.2",
"eslint": "^8.11.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^8.5.0",
"histoire": "^0.1.3",
"histoire": "^0.2.0",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"postcss": "^8.4.12",
"prettier": "^2.6.0",
"sass": "^1.49.9",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.23",
Expand Down
Loading

0 comments on commit 9815a30

Please sign in to comment.