mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "bluelib",
|
|
"version": "3.0.0",
|
|
"description": "React components for Bluelib",
|
|
"readme": "README.md",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"css",
|
|
"es",
|
|
"lib",
|
|
"umd"
|
|
],
|
|
"scripts": {
|
|
"build": "nwb build-react-component --copy-files",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "styleguidist server"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@matejmazur/react-katex": "^3.1.3",
|
|
"classnames": "^2.2.6",
|
|
"color": "^3.1.3",
|
|
"katex": "^0.12.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"strip-indent": "^3.0.0",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"nwb": "0.25.x",
|
|
"react-styleguidist": "^11.1.6"
|
|
},
|
|
"author": "Stefano Pigozzi <me@steffo.eu>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": "https://github.com/RYGhub/bluelib-react",
|
|
"keywords": [
|
|
"react-component"
|
|
]
|
|
}
|