✨ Trying my hand at plugin-react
This commit is contained in:
parent
ad9f559dc0
commit
16c83a507a
55 changed files with 466 additions and 90 deletions
|
@ -23,8 +23,6 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/i18n": "^2.0.0-alpha.18",
|
||||
"@freesewing/pattern-info": "^2.0.0-alpha.18",
|
||||
"chalk": "^2.4.2",
|
||||
"commander": "^2.19.0",
|
||||
"conf": "^2.2.0",
|
||||
|
@ -40,7 +38,9 @@
|
|||
"p-each-series": "^1.0.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1"
|
||||
"which": "^1.3.1",
|
||||
"@freesewing/i18n": "^2.0.0-alpha.18",
|
||||
"@freesewing/pattern-info": "^2.0.0-alpha.18"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"@freesewing/plugin-svgattr": "alpha",
|
||||
"@freesewing/plugin-i18n": "alpha",
|
||||
"@freesewing/plugin-validate": "alpha",
|
||||
"@freesewing/plugin-react": "alpha",
|
||||
"@freesewing/i18n": "alpha",
|
||||
"@freesewing/components": "alpha",
|
||||
"@freesewing/css-theme": "alpha",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue