92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"name": "@freesewing/tutorial",
|
|
"version": "2.17.4",
|
|
"description": "A FreeSewing pattern for a baby bib that's used in our tutorial",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"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",
|
|
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --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 ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "^2.17.4",
|
|
"@freesewing/plugin-bundle": "^2.17.4"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@freesewing/components": "^2.17.4",
|
|
"@freesewing/css-theme": "^2.17.4",
|
|
"@freesewing/i18n": "^2.17.4",
|
|
"@freesewing/mui-theme": "^2.17.4",
|
|
"@freesewing/plugin-bust": "^2.17.4",
|
|
"@freesewing/plugin-buttons": "^2.17.4",
|
|
"@freesewing/plugin-flip": "^2.17.4",
|
|
"@freesewing/utils": "^2.17.4",
|
|
"react-scripts": "^4.0.3",
|
|
"webpack": "^5.37.0",
|
|
"rollup": "^2.50.6",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"@material-ui/core": "^4.11.4",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^v4.0.0-alpha.57",
|
|
"axios": "0.21.1",
|
|
"react-intl": "^5.17.6",
|
|
"prop-types": "^15.7.2",
|
|
"mocha": "^9.1.1",
|
|
"chai": "^4.2.0",
|
|
"chai-string": "^1.5.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"
|
|
}
|
|
}
|