1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
bluelib/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2021-01-25 18:37:58 +00:00
{
"name": "bluelib",
2021-02-02 01:39:52 +00:00
"version": "0.24.0",
2021-01-25 18:37:58 +00:00
"description": "React components for Bluelib",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
2021-01-25 19:44:44 +00:00
"build": "nwb build-react-component --copy-files",
2021-01-25 18:37:58 +00:00
"prepublishOnly": "npm run build",
"start": "styleguidist server"
},
"dependencies": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@reach/router": "^1.3.4",
2021-01-25 18:37:58 +00:00
"classnames": "^2.2.6",
"mathjax-react": "^1.0.6",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-syntax-highlighter": "^15.4.3",
"strip-indent": "^3.0.0"
2021-01-25 18:37:58 +00:00
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"nwb": "0.25.x",
"react-styleguidist": "^11.1.5"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}