85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"name": "@freesewing/examples",
|
|
"version": "2.0.0-beta.20",
|
|
"description": "A FreeSewing pattern holding examples for our documentation",
|
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"keywords": [
|
|
"freesewing",
|
|
"documentation",
|
|
"example",
|
|
"parametric design"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && rollup -c",
|
|
"test": "echo \"examples: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
|
"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\""
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "^2.0.0-beta.20",
|
|
"@freesewing/plugin-bundle": "^2.0.0-beta.20"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"react": "^16.8",
|
|
"react-dom": "^16.8",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"babel-eslint": "10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"babel-jest": "24.7.1",
|
|
"jest": "24.7.1",
|
|
"@freesewing/components": "^2.0.0-beta.20",
|
|
"@freesewing/css-theme": "^2.0.0-beta.20",
|
|
"@freesewing/i18n": "^2.0.0-beta.20",
|
|
"@freesewing/mui-theme": "^2.0.0-beta.20",
|
|
"@freesewing/patterns": "^2.0.0-beta.20",
|
|
"@freesewing/plugin-bust": "^2.0.0-beta.20",
|
|
"@freesewing/plugin-buttons": "^2.0.0-beta.20",
|
|
"@freesewing/plugin-flip": "^2.0.0-beta.20",
|
|
"@freesewing/utils": "^2.0.0-beta.20",
|
|
"@svgr/rollup": "^2.4.1",
|
|
"cross-env": "^5.1.4",
|
|
"gh-pages": "^1.2.0",
|
|
"react-scripts": "^3.0.0",
|
|
"webpack": "4.29.6",
|
|
"rollup": "^0.64.1",
|
|
"rollup-plugin-babel": "^4.0.1",
|
|
"rollup-plugin-babel-minify": "^7.0.0",
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
|
"rollup-plugin-json": "^3.1.0",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
"rollup-plugin-postcss": "^1.6.2",
|
|
"rollup-plugin-url": "^1.4.0",
|
|
"@material-ui/core": "4.0.1",
|
|
"@material-ui/icons": "4.0.1",
|
|
"@material-ui/lab": "^v4.0.0-alpha.14",
|
|
"react-intl": "2.8.0",
|
|
"prop-types": "15.7.2"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "beta"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5"
|
|
}
|
|
}
|