nimbus-gui/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2023-07-07 18:26:09 +03:00
{
"name": "nimbus-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
2023-07-07 18:33:41 +03:00
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
2023-07-07 18:26:09 +03:00
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
2023-07-07 18:33:41 +03:00
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/react-vite": "^7.0.26",
"@storybook/testing-library": "^0.0.14-next.2",
2023-07-07 18:26:09 +03:00
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
2023-07-07 18:33:41 +03:00
"eslint-plugin-storybook": "^0.6.12",
"prop-types": "^15.8.1",
"storybook": "^7.0.26",
2023-07-07 18:26:09 +03:00
"vite": "^4.4.0"
}
}