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

89 lines
2.7 KiB
JSON
Raw Normal View History

{
"name": "@freesewing/components",
2021-08-16 11:36:46 +02:00
"version": "2.17.3",
"description": "A collection of React components for FreeSewing web UIs",
2021-04-11 17:32:58 +02:00
"author": "Joost De Cock <joost@joost.at> (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",
2020-08-08 17:20:08 +02:00
"build": "rollup -c",
"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 -",
2019-05-31 16:33:01 +02:00
"start": "rollup -c -w",
"storybook": "start-storybook -p 6663",
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
2021-04-11 17:32:58 +02:00
"axios": "0.21.1",
2021-05-22 12:15:10 +02:00
"react": "^17.0.2",
2021-08-16 11:36:46 +02:00
"@freesewing/pattern-info": "^2.17.3",
"@freesewing/mui-theme": "^2.17.3",
"@freesewing/css-theme": "^2.17.3",
"@freesewing/plugin-theme": "^2.17.3",
"@freesewing/core": "^2.17.3",
"@freesewing/models": "^2.17.3",
"@freesewing/examples": "^2.17.3",
"@freesewing/rendertest": "^2.17.3",
"@freesewing/tutorial": "^2.17.3",
2021-01-10 09:57:59 +01:00
"@fontsource/permanent-marker": "latest",
"@fontsource/roboto-mono": "latest",
"@fontsource/ubuntu": "latest",
2021-08-16 11:36:46 +02:00
"@freesewing/i18n": "^2.17.3",
"@freesewing/utils": "^2.17.3",
2021-05-22 12:15:10 +02:00
"react-intl": "^5.17.6",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^v4.0.0-alpha.57",
"prismjs": "^1.23.0",
"react-markdown": "^6.0.2",
2021-04-11 17:32:58 +02:00
"file-saver": "^2.0.5",
2021-05-22 12:15:10 +02:00
"yaml": "^1.10.2"
},
2021-04-11 17:32:58 +02:00
"dependencies": {},
"devDependencies": {},
"files": [
2019-05-28 07:44:07 +02:00
"Blockquote/*",
"Draft/*",
"DraftConfigurator/*",
"Emblem/*",
"Example/*",
"Footer/*",
"Icon/*",
2020-07-04 17:53:09 +02:00
"Legend/*",
2019-08-21 16:35:06 +02:00
"LineDrawing/*",
2019-05-28 07:44:07 +02:00
"Logo/*",
"Navbar/*",
"Ogol/*",
"Robot/*",
"SampleConfigurator/*",
2019-06-09 17:47:34 +02:00
"Spinner/*",
2019-05-28 07:44:07 +02:00
"withGist/*",
"withLanguage/*",
"withStorage/*",
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",
2021-07-01 14:34:25 +02:00
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "default"
}
}