88 lines
2.7 KiB
JSON
88 lines
2.7 KiB
JSON
{
|
|
"name": "@freesewing/components",
|
|
"version": "2.17.4",
|
|
"description": "A collection of React components for FreeSewing web UIs",
|
|
"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": {
|
|
"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",
|
|
"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 -",
|
|
"start": "rollup -c -w",
|
|
"storybook": "start-storybook -p 6663",
|
|
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
|
|
},
|
|
"peerDependencies": {
|
|
"axios": "0.21.1",
|
|
"react": "^17.0.2",
|
|
"@freesewing/pattern-info": "^2.17.4",
|
|
"@freesewing/mui-theme": "^2.17.4",
|
|
"@freesewing/css-theme": "^2.17.4",
|
|
"@freesewing/plugin-theme": "^2.17.4",
|
|
"@freesewing/core": "^2.17.4",
|
|
"@freesewing/models": "^2.17.4",
|
|
"@freesewing/examples": "^2.17.4",
|
|
"@freesewing/rendertest": "^2.17.4",
|
|
"@freesewing/tutorial": "^2.17.4",
|
|
"@fontsource/permanent-marker": "latest",
|
|
"@fontsource/roboto-mono": "latest",
|
|
"@fontsource/ubuntu": "latest",
|
|
"@freesewing/i18n": "^2.17.4",
|
|
"@freesewing/utils": "^2.17.4",
|
|
"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",
|
|
"file-saver": "^2.0.5",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"Blockquote/*",
|
|
"Draft/*",
|
|
"DraftConfigurator/*",
|
|
"Emblem/*",
|
|
"Example/*",
|
|
"Footer/*",
|
|
"Icon/*",
|
|
"Legend/*",
|
|
"LineDrawing/*",
|
|
"Logo/*",
|
|
"Navbar/*",
|
|
"Ogol/*",
|
|
"Robot/*",
|
|
"SampleConfigurator/*",
|
|
"Spinner/*",
|
|
"withGist/*",
|
|
"withLanguage/*",
|
|
"withStorage/*",
|
|
"Workbench/*"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"rollup": {
|
|
"exports": "default"
|
|
}
|
|
}
|