Skip to content

Commit

Permalink
change to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykannn committed Jan 5, 2025
1 parent fca726b commit 62aebaf
Show file tree
Hide file tree
Showing 6 changed files with 4,028 additions and 3,977 deletions.
12 changes: 0 additions & 12 deletions .stylelintrc.js

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
## 安裝 (Install)

```shell
yarn install
pnpm install
```

## 使用方法 (Usage)

建立檔案 (Create files)
```shell
yarn build
pnpm build
```

運行 (Run)
```shell
yarn dev
pnpm dev
```

Icons made by <a href="http://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@
"preview": "vite preview --port 8888 --host"
},
"devDependencies": {
"postcss-scss": "^4.0.9",
"sass": "^1.83.0",
"stylelint": "^15.11.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.2",
"vite": "^6.0.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-stylelint": "^6.0.0"
"vite-plugin-pwa": "^0.21.1"
},
"dependencies": {}
}
Loading

0 comments on commit 62aebaf

Please # to comment.