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

74 lines
2.4 KiB
JSON
Raw Normal View History

{
"name": "@freesewing/components",
2019-05-29 08:04:24 +02:00
"version": "2.0.0-beta.9",
"description": "A collection of React components for FreeSewing web UIs",
"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",
"react"
],
"main": "dist/index.js",
"scripts": {
2019-05-28 07:44:07 +02:00
"clean": "rimraf Blockquote && rimraf Draft && rimraf DraftConfigurator && rimraf Emblem && rimraf Example && rimraf Footer && rimraf Icon && rimraf Logo && rimraf Navbar && rimraf Ogol && rimraf Robot && rimraf SampleConfigurator && rimraf withGist && rimraf withLanguage && rimraf Workbench",
"nodebuild": "BABEL_ENV=production rollup -c",
2019-05-29 08:08:26 +02:00
"build": "npm run clean && npm run nodebuild",
"test": "echo \"components: 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 -",
"storybook": "start-storybook -p 6663",
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
2019-05-29 08:08:26 +02:00
"react": "^16.8",
"prop-types": "15.7.2",
"@freesewing/pattern-info": "^2.0.0-beta.9",
"@freesewing/mui-theme": "^2.0.0-beta.9",
"@freesewing/css-theme": "^2.0.0-beta.9",
"@freesewing/core": "^2.0.0-beta.9",
"@freesewing/examples": "^2.0.0-beta.9",
"@freesewing/rendertest": "^2.0.0-beta.9",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.0.0-beta.9",
"@freesewing/utils": "^2.0.0-beta.9",
"react-intl": "^2.8.0",
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
2019-05-29 08:08:26 +02:00
"prismjs": "1.16.0"
},
2019-05-29 08:08:26 +02:00
"dependencies": {},
"devDependencies": {},
"files": [
2019-05-28 07:44:07 +02:00
"Blockquote/*",
"Draft/*",
"DraftConfigurator/*",
"Emblem/*",
"Example/*",
"Footer/*",
"Icon/*",
"Logo/*",
"Navbar/*",
"Ogol/*",
"Robot/*",
"SampleConfigurator/*",
"withGist/*",
"withLanguage/*",
2019-05-29 08:08:26 +02:00
"Workbench/*"
2019-04-19 09:53:40 +02:00
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
2019-05-11 08:25:25 +02:00
"tag": "beta"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
}