File tree 4 files changed +130
-349
lines changed 4 files changed +130
-349
lines changed Original file line number Diff line number Diff line change 1
- registry = https://registry.npmmirror.com/
2
-
3
1
update-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 22
22
" dist"
23
23
],
24
24
"scripts" : {
25
- "preinstall" : " npx only-allow pnpm" ,
26
25
"dev" : " tsc --watch" ,
27
26
"build" : " rimraf dist && tsc" ,
28
27
"prepare" : " husky install" ,
29
28
"prepublishOnly" : " pnpm build" ,
30
29
"push" : " npm_config_registry=https://registry.npmjs.com/ npm publish"
31
30
},
32
31
"dependencies" : {
33
- "@parcel/css" : " ^1.5.0 "
32
+ "@parcel/css" : " ^1.7.2 "
34
33
},
35
34
"devDependencies" : {
36
- "@fz6m/eslint-plugin-sakina" : " ^1.1.0 " ,
35
+ "@fz6m/eslint-plugin-sakina" : " ^1.1.1 " ,
37
36
"@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" ,
41
40
"husky" : " ^7.0.4" ,
42
- "only-allow" : " ^1.1.0" ,
43
- "prettier" : " ^2.5.1" ,
41
+ "prettier" : " ^2.6.0" ,
44
42
"rimraf" : " ^3.0.2" ,
45
43
"tapable" : " ^2.2.1" ,
46
44
"typescript" : " ^4.6.2" ,
You can’t perform that action at this time.
0 commit comments