2019-04-19 08:37:33 +02:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "@freesewing/components",
|
2019-05-03 20:13:49 +02:00
|
|
|
"version": "2.0.0-alpha.19",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "A collection of React components for FreeSewing web UIs",
|
2019-04-19 08:37:33 +02:00
|
|
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
|
|
|
"homepage": "https://freesewing.org/",
|
2019-04-19 17:31:44 +02:00
|
|
|
"repository": "github:freesewing/freesewing",
|
2019-04-19 08:37:33 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2019-04-19 08:37:33 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
|
|
|
"react"
|
|
|
|
],
|
2019-04-19 08:37:33 +02:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"clean": "rimraf dist",
|
|
|
|
"nodebuild": "BABEL_ENV=production rollup -c -o dist/index.js -f cjs",
|
2019-05-03 13:23:40 +02:00
|
|
|
"build": "npm run clean && npm run nodebuild",
|
2019-04-19 17:31:44 +02:00
|
|
|
"test": "echo \"components: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
2019-04-21 15:31:08 +02:00
|
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
2019-05-02 12:40:03 +02:00
|
|
|
"pubforce": "npm publish",
|
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2019-05-03 20:13:27 +02:00
|
|
|
"storybook": "start-storybook -p 6663",
|
|
|
|
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
|
2019-04-19 08:37:33 +02:00
|
|
|
},
|
2019-04-20 19:23:22 +02:00
|
|
|
"peerDependencies": {
|
2019-05-03 20:13:27 +02:00
|
|
|
"@freesewing/css-theme": "^2.0.0-alpha.18",
|
|
|
|
"@freesewing/i18n": "^2.0.0-alpha.18",
|
2019-05-03 20:13:49 +02:00
|
|
|
"@freesewing/mui-theme": "^2.0.0-alpha.18",
|
|
|
|
"@freesewing/pattern-info": "^2.0.0-alpha.18",
|
|
|
|
"@freesewing/plugin-react": "^2.0.0-alpha.18",
|
2019-05-03 20:13:27 +02:00
|
|
|
"@freesewing/utils": "^2.0.0-alpha.18",
|
|
|
|
"@material-ui/core": "^3.9.3",
|
|
|
|
"@material-ui/icons": "^3.0.2",
|
2019-05-03 20:13:49 +02:00
|
|
|
"@material-ui/lab": "^3.0.0-alpha.30",
|
|
|
|
"prop-types": "15.7.2",
|
|
|
|
"react": "^16.8",
|
|
|
|
"react-intl": "^2.8.0",
|
|
|
|
"typeface-roboto-condensed": "latest"
|
2019-04-20 19:23:22 +02:00
|
|
|
},
|
2019-04-19 08:37:33 +02:00
|
|
|
"files": [
|
2019-04-29 09:01:51 +02:00
|
|
|
"dist/*",
|
2019-04-19 08:37:33 +02:00
|
|
|
"README.md",
|
|
|
|
"package.json"
|
2019-04-19 09:53:40 +02:00
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
|
|
|
"tag": "alpha"
|
2019-04-19 17:31:44 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-04-20 19:23:22 +02:00
|
|
|
"node": ">=8.0.0",
|
|
|
|
"npm": ">=5"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|