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

90 lines
2.6 KiB
JSON
Raw Normal View History

2018-07-10 12:21:17 +00:00
{
"name": "@freesewing/brian",
2020-03-04 19:01:48 +01:00
"version": "2.4.1",
"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",
2019-05-31 16:33:01 +02:00
"build": "npm run clean && rollup -c",
"test": "echo \"brian: No tests configured. Perhaps you'd like to do this?\" && exit 0",
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",
"netlify": "echo \"Not configured yet\""
2018-07-24 10:15:37 +00:00
},
2019-04-13 15:59:10 +02:00
"peerDependencies": {
2020-03-04 19:01:48 +01:00
"@freesewing/core": "^2.4.1",
"@freesewing/plugin-bundle": "^2.4.1"
},
2020-01-06 07:27:30 +01:00
"dependencies": {},
"devDependencies": {
2020-01-06 07:27:30 +01:00
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
2020-01-06 07:27:30 +01:00
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
2020-02-19 06:26:18 +01:00
"jest": "24.7.1",
2020-03-04 19:01:48 +01:00
"@freesewing/components": "^2.4.1",
"@freesewing/css-theme": "^2.4.1",
"@freesewing/i18n": "^2.4.1",
"@freesewing/mui-theme": "^2.4.1",
"@freesewing/plugin-bust": "^2.4.1",
"@freesewing/plugin-buttons": "^2.4.1",
"@freesewing/plugin-flip": "^2.4.1",
"@freesewing/utils": "^2.4.1",
2020-02-22 09:38:34 +01:00
"@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
2019-11-01 18:18:02 +01:00
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
2020-02-22 09:38:34 +01:00
"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",
2020-01-06 07:27:30 +01:00
"@material-ui/core": "4.0.1",
2020-02-22 09:38:34 +01:00
"@material-ui/icons": "4.0.1",
2020-01-06 07:27:30 +01:00
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
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-02-23 12:53:48 +01:00
"tag": "latest"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
2018-07-10 12:21:17 +00:00
}