1
0
Fork 0
freesewing/packages/brian/package.json

95 lines
2.8 KiB
JSON
Raw Normal View History

2018-07-10 12:21:17 +00:00
{
"name": "@freesewing/brian",
2020-08-08 17:20:08 +02:00
"version": "2.8.0-beta.0",
"description": "A FreeSewing pattern for a basic body block for menswear",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
2018-07-24 10:15:37 +00:00
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2018-07-24 10:15:37 +00:00
},
"keywords": [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
2018-07-21 18:51:52 +02:00
"pattern",
"sewing",
"sewing pattern"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
2018-07-10 12:21:17 +00:00
"scripts": {
"clean": "rimraf dist",
2020-08-08 17:20:08 +02:00
"build": "rollup -c",
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register",
2019-04-29 11:12:41 +02:00
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
2019-05-31 16:33:01 +02:00
"start": "rollup -c -w",
2020-03-14 15:04:45 +01:00
"netlify": "echo \"Not configured yet\"",
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
2018-07-24 10:15:37 +00:00
},
2019-04-13 15:59:10 +02:00
"peerDependencies": {
2020-08-08 17:20:08 +02:00
"@freesewing/core": "^2.8.0-beta.0",
"@freesewing/plugin-bundle": "^2.8.0-beta.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"babel-jest": "^26.2.2",
"jest": "26.2.2",
2020-08-08 17:20:08 +02:00
"@freesewing/components": "^2.8.0-beta.0",
"@freesewing/css-theme": "^2.8.0-beta.0",
"@freesewing/i18n": "^2.8.0-beta.0",
"@freesewing/mui-theme": "^2.8.0-beta.0",
"@freesewing/plugin-bust": "^2.8.0-beta.0",
"@freesewing/plugin-buttons": "^2.8.0-beta.0",
"@freesewing/plugin-flip": "^2.8.0-beta.0",
"@freesewing/utils": "^2.8.0-beta.0",
2020-07-11 18:13:37 +02:00
"@svgr/rollup": "^2.4.1",
"cross-env": "^7.0.2",
"react-scripts": "^3.4.1",
"webpack": "^4.44.1",
"rollup": "^2.23.0",
"@rollup/plugin-babel": "^5.1.0",
"rollup-plugin-terser": "^6.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^v4.0.0-alpha.56",
"react-intl": "^5.4.5",
"prop-types": "^15.7.2",
"mocha": "^8.1.0",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"@babel/register": "^7.10.5"
},
2018-07-21 18:51:52 +02:00
"files": [
"dist/*",
2018-07-21 18:51:52 +02:00
"README.md",
"package.json"
2019-04-19 09:53:40 +02:00
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
2020-08-08 17:20:08 +02:00
"tag": "next"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "default"
}
2018-07-10 12:21:17 +00:00
}