mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-23 17:03:00 -05:00
102 lines
2.9 KiB
JSON
102 lines
2.9 KiB
JSON
{
|
|
"name": "steampipe-dashboard-ui",
|
|
"version": "0.14.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "react-scripts eject",
|
|
"prettify": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "1.5.0",
|
|
"@heroicons/react": "1.0.6",
|
|
"@supabase/sql-formatter": "4.0.3",
|
|
"color-convert": "2.0.1",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"deepdash": "5.3.9",
|
|
"echarts": "5.3.2",
|
|
"echarts-for-react": "3.0.2",
|
|
"echarts-gl": "2.0.9",
|
|
"file-saver": "2.0.5",
|
|
"jq-web": "0.5.1",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.29.2",
|
|
"react": "18.0.0",
|
|
"react-cool-img": "1.2.12",
|
|
"react-dom": "18.0.0",
|
|
"react-hotkeys": "2.0.0",
|
|
"react-markdown": "8.0.2",
|
|
"react-papaparse": "4.0.2",
|
|
"react-placeholder": "4.1.0",
|
|
"react-router-dom": "6.3.0",
|
|
"react-select": "5.3.0",
|
|
"react-syntax-highlighter": "15.5.0",
|
|
"react-table": "7.7.0",
|
|
"remark-gfm": "3.0.1",
|
|
"use-deep-compare-effect": "1.8.1",
|
|
"uuid": "8.3.2",
|
|
"web-vitals": "2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "6.4.3",
|
|
"@storybook/addon-actions": "6.5.0-alpha.60",
|
|
"@storybook/addon-essentials": "6.5.0-alpha.60",
|
|
"@storybook/addon-links": "6.5.0-alpha.60",
|
|
"@storybook/addons": "6.5.0-alpha.60",
|
|
"@storybook/builder-webpack5": "6.5.0-alpha.60",
|
|
"@storybook/manager-webpack5": "6.5.0-alpha.60",
|
|
"@storybook/node-logger": "6.5.0-alpha.60",
|
|
"@storybook/preset-create-react-app": "4.1.0",
|
|
"@storybook/react": "6.5.0-alpha.60",
|
|
"@storybook/theming": "6.5.0-alpha.60",
|
|
"@tailwindcss/forms": "0.5.0",
|
|
"@tailwindcss/typography": "0.5.2",
|
|
"@testing-library/jest-dom": "5.16.4",
|
|
"@testing-library/react": "13.0.0",
|
|
"@tsconfig/create-react-app": "1.0.2",
|
|
"@types/jest": "27.4.1",
|
|
"@types/lodash": "4.14.181",
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "18.0.1",
|
|
"@types/react-dom": "18.0.0",
|
|
"autoprefixer": "10.4.4",
|
|
"lint-staged": "12.3.7",
|
|
"npm-run-all": "4.1.5",
|
|
"prettier": "2.6.2",
|
|
"process": "0.11.10",
|
|
"prop-types": "15.8.1",
|
|
"react-scripts": "5.0.0",
|
|
"source-map-explorer": "2.5.2",
|
|
"storybook-dark-mode": "1.0.9",
|
|
"tailwindcss": "3.0.23",
|
|
"typescript": "4.5.5"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,css,md}": "prettier --write"
|
|
}
|
|
}
|