mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "bluelib-react",
|
|
"version": "3.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@storybook/addon-docs": "^6.3.7",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/color": "^3.0.2",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"classnames": "^2.3.1",
|
|
"color": "https://github.com/Steffo99/color",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"typescript": "^4.1.2",
|
|
"web-vitals": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^6.3.7",
|
|
"@storybook/addon-essentials": "^6.3.7",
|
|
"@storybook/addon-links": "^6.3.7",
|
|
"@storybook/node-logger": "^6.3.7",
|
|
"@storybook/preset-create-react-app": "^3.2.0",
|
|
"@storybook/react": "^6.3.7"
|
|
},
|
|
"resolutions": {
|
|
"babel-loader": "8.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 30060 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|