1
0
Fork 0
freesewing/packages/mui-theme/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2019-04-16 19:18:42 +02:00
{
"name": "@freesewing/mui-theme",
2021-10-16 13:49:50 +02:00
"version": "2.19.0-rc.0",
"description": "A Material-UI theme for FreeSewing web UIs",
2021-04-11 17:32:58 +02:00
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
2019-04-16 19:18:42 +02:00
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
2019-04-16 19:18:42 +02:00
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2019-04-16 19:18:42 +02:00
},
2021-09-02 18:45:47 +02:00
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
"keywords": [
"freesewing",
"material-ui",
"react",
"theme"
],
2019-04-16 19:18:42 +02:00
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"clean": "rimraf dist",
2020-08-08 17:20:08 +02:00
"build": "rollup -c",
2021-10-06 18:52:56 +02:00
"lernabuild": "rollup -c",
"test": "echo \"mui-theme: 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",
2019-05-31 16:33:01 +02:00
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {
2021-05-22 12:15:10 +02:00
"@material-ui/core": "^4.11.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
2021-04-11 17:32:58 +02:00
"dependencies": {},
"devDependencies": {},
2019-04-16 19:18:42 +02:00
"files": [
"dist/*",
2019-04-16 19:18:42 +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",
2021-10-06 18:52:56 +02:00
"tag": "next"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "named"
}
2019-04-16 19:18:42 +02:00
}