88 lines
3.1 KiB
JSON
88 lines
3.1 KiB
JSON
{
|
|
"name": "@verdaccio/ui-components",
|
|
"version": "4.0.0-next-8.11",
|
|
"description": "Verdaccio UI Components",
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"main": "./build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"test": "cross-env TZ=UTC vitest run -u",
|
|
"clean": "rimraf ./build",
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --no-copy-ignored --extensions \".ts,.tsx\" --source-maps --ignore \"src/**/*.stories.tsx\" --ignore \"src/**/*.test.tsx\" --ignore \"src/**/*.test.ts\"",
|
|
"watch": "babel src/ --out-dir build/ --watch --copy-files --no-copy-ignored --extensions \".ts,.tsx\" --source-maps --ignore \"src/**/*.stories.tsx\" --ignore \"src/**/*.test.tsx\" --ignore \"src/**/*.test.ts\"",
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
|
"netlify:ui:deploy": "npx netlify-cli deploy --dir=./packages/ui-components/storybook-static --prod",
|
|
"start": "cross-env BROWSER=none storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.11.4",
|
|
"@emotion/styled": "11.11.5",
|
|
"@microlink/react-json-view": "1.26.2",
|
|
"@mui/icons-material": "7.3.4",
|
|
"@mui/material": "7.3.4",
|
|
"@rematch/core": "2.2.0",
|
|
"@rematch/loading": "2.1.2",
|
|
"@verdaccio/ui-i18n": "workspace:*",
|
|
"country-flag-icons": "1.5.21",
|
|
"dayjs": "1.11.18",
|
|
"dompurify": "3.3.0",
|
|
"highlight.js": "11.11.1",
|
|
"i18next": "20.6.1",
|
|
"js-base64": "3.7.8",
|
|
"localstorage-memory": "1.0.3",
|
|
"lodash": "4.17.21",
|
|
"marked": "15.0.12",
|
|
"marked-highlight": "2.2.1",
|
|
"normalize.css": "8.0.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-hook-form": "7.65.0",
|
|
"react-i18next": "15.6.1",
|
|
"react-markdown": "9.0.3",
|
|
"react-redux": "8.1.3",
|
|
"react-router": "5.3.4",
|
|
"react-router-dom": "5.3.4",
|
|
"react-virtualized": "9.22.6",
|
|
"redux": "4.2.1",
|
|
"semver": "7.7.3",
|
|
"validator": "13.15.15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.28.4",
|
|
"@emotion/babel-plugin": "11.13.5",
|
|
"@storybook/addon-links": "9.1.15",
|
|
"@storybook/addon-webpack5-compiler-babel": "3.0.6",
|
|
"@storybook/react-webpack5": "9.1.15",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/jest-dom": "6.8.0",
|
|
"@testing-library/react": "16.3.0",
|
|
"@types/hast": "2.3.10",
|
|
"@types/react-router": "5.1.20",
|
|
"@types/unist": "2.0.11",
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.8",
|
|
"@vitejs/plugin-react": "5.0.4",
|
|
"babel-loader": "9.2.1",
|
|
"eslint-plugin-verdaccio": "10.0.0",
|
|
"jsdom": "26.1.0",
|
|
"mockdate": "3.0.5",
|
|
"msw": "2.11.3",
|
|
"msw-storybook-addon": "2.0.6",
|
|
"mutationobserver-shim": "0.3.7",
|
|
"storybook": "9.1.15",
|
|
"vitest": "3.2.4",
|
|
"whatwg-fetch": "3.6.20",
|
|
"eslint-plugin-storybook": "9.1.15",
|
|
"@storybook/addon-docs": "9.1.15"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
"public"
|
|
]
|
|
}
|
|
}
|