File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- registry = https://registry.npmmirror.com/
2-
31update-notifier = false
Original file line number Diff line number Diff line change 1+ {
2+ "semi": false,
3+ "singleQuote": true,
4+ "printWidth": 80,
5+ "proseWrap": "never",
6+ "overrides": [
7+ {
8+ "files": ".prettierrc",
9+ "options": {
10+ "parser": "json"
11+ }
12+ }
13+ ]
14+ }
Original file line number Diff line number Diff line change 2222 " dist"
2323 ],
2424 "scripts" : {
25- "preinstall" : " npx only-allow pnpm" ,
2625 "dev" : " tsc --watch" ,
2726 "build" : " rimraf dist && tsc" ,
2827 "prepare" : " husky install" ,
2928 "prepublishOnly" : " pnpm build" ,
3029 "push" : " npm_config_registry=https://registry.npmjs.com/ npm publish"
3130 },
3231 "dependencies" : {
33- "@parcel/css" : " ^1.5.0 "
32+ "@parcel/css" : " ^1.7.2 "
3433 },
3534 "devDependencies" : {
36- "@fz6m/eslint-plugin-sakina" : " ^1.1.0 " ,
35+ "@fz6m/eslint-plugin-sakina" : " ^1.1.1 " ,
3736 "@types/webpack-sources" : " ^3.2.0" ,
38- "browserslist" : " ^4.19.3 " ,
39- "commit-verify" : " ^1.0.2 " ,
40- "eslint" : " ^8.10 .0" ,
37+ "browserslist" : " ^4.20.2 " ,
38+ "commit-verify" : " ^1.0.3 " ,
39+ "eslint" : " ^8.11 .0" ,
4140 "husky" : " ^7.0.4" ,
42- "only-allow" : " ^1.1.0" ,
43- "prettier" : " ^2.5.1" ,
41+ "prettier" : " ^2.6.0" ,
4442 "rimraf" : " ^3.0.2" ,
4543 "tapable" : " ^2.2.1" ,
4644 "typescript" : " ^4.6.2" ,
You can’t perform that action at this time.
0 commit comments