![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@material-ui/lab](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-lab) from 4.0.0-alpha.60 to 4.0.0-alpha.61. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Commits](https://github.com/mui-org/material-ui/commits/HEAD/packages/material-ui-lab) --- updated-dependencies: - dependency-name: "@material-ui/lab" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
|
"name": "@freesewing/yuri",
|
|
"version": "2.20.7",
|
|
"description": "A FreeSewing pattern for a fancy zipless sweater based on the Huey hoodie",
|
|
"author": "biou (https://github.com/biou)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://freesewing.org/patrons/join"
|
|
},
|
|
"keywords": [
|
|
"freesewing",
|
|
"design",
|
|
"diy",
|
|
"fashion",
|
|
"made to measure",
|
|
"parametric design",
|
|
"pattern",
|
|
"sewing",
|
|
"sewing pattern"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "rollup -c",
|
|
"cibuild_step1": "rollup -c",
|
|
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
|
"pubforce": "npm publish",
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"start": "rollup -c -w",
|
|
"netlify": "echo \"Not configured yet\"",
|
|
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "^2.20.7",
|
|
"@freesewing/plugin-bundle": "^2.20.7",
|
|
"@freesewing/brian": "^2.20.7"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@freesewing/components": "^2.20.7",
|
|
"@freesewing/css-theme": "^2.20.7",
|
|
"@freesewing/i18n": "^2.20.7",
|
|
"@freesewing/mui-theme": "^2.20.7",
|
|
"@freesewing/plugin-bust": "^2.20.7",
|
|
"@freesewing/plugin-buttons": "^2.20.7",
|
|
"@freesewing/plugin-flip": "^2.20.7",
|
|
"@freesewing/utils": "^2.20.7",
|
|
"react-scripts": "^5.0.0",
|
|
"webpack": "^5.67.0",
|
|
"rollup": "^2.66.1",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^v4.0.0-alpha.61",
|
|
"axios": "^0.25.0",
|
|
"react-intl": "^5.24.4",
|
|
"prop-types": "^15.8.1",
|
|
"mocha": "^9.1.1",
|
|
"chai": "^4.2.0",
|
|
"@babel/register": "^7.10.5"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"rollup": {
|
|
"exports": "default"
|
|
}
|
|
}
|