mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "bluelib",
|
|
"version": "1.1.0",
|
|
"description": "React components for Bluelib",
|
|
"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",
|
|
"@reach/router": "^1.3.4",
|
|
"classnames": "^2.2.6",
|
|
"color": "^3.1.3",
|
|
"katex": "^0.12.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "16.x",
|
|
"react-dom": "^17.0.1",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"strip-indent": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "16.x"
|
|
},
|
|
"devDependencies": {
|
|
"nwb": "0.25.x",
|
|
"react-styleguidist": "^11.1.5"
|
|
},
|
|
"author": "Stefano Pigozzi <me@steffo.eu>",
|
|
"homepage": "",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/RYGhub/bluelib-react",
|
|
"keywords": [
|
|
"react-component"
|
|
]
|
|
}
|