chore: Reconfigure packages
This commit is contained in:
parent
5ba718bb5d
commit
2da9ba4c9e
103 changed files with 1009 additions and 879 deletions
|
@ -23,9 +23,8 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"@freesewing/i18n": "^2.8.0",
|
||||
"@freesewing/pattern-info": "^2.8.0",
|
||||
"chalk": "^4.1.0",
|
||||
"commander": "^6.0.0",
|
||||
"conf": "^7.1.1",
|
||||
|
@ -41,8 +40,11 @@
|
|||
"p-each-series": "^2.1.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^2.0.2"
|
||||
"which": "^2.0.2",
|
||||
"@freesewing/i18n": "^2.8.0",
|
||||
"@freesewing/pattern-info": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"lib",
|
||||
"template",
|
||||
|
@ -53,7 +55,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "next"
|
||||
"tag": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue