mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
4acc4a46ec
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
85 lines
2.9 KiB
JSON
85 lines
2.9 KiB
JSON
{
|
|
"name": "@verdaccio/ui-components",
|
|
"version": "2.0.0-6-next.10",
|
|
"description": "theme ui component",
|
|
"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 jest --config jest/jest.config.js",
|
|
"test:html": "cross-env TZ=UTC jest --config jest/jest.config.js --coverage-reporters=html",
|
|
"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\"",
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
|
"start": "start-storybook -p 6006 -s ./public",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@fontsource/material-icons": "^4.5.4",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@mui/icons-material": "5.13.7",
|
|
"@mui/material": "5.13.7",
|
|
"@mui/styles": "5.13.7",
|
|
"@mui/system": "5.13.7",
|
|
"@rematch/core": "2.2.0",
|
|
"@rematch/loading": "2.1.2",
|
|
"@rematch/persist": "2.1.2",
|
|
"country-flag-icons": "1.5.5",
|
|
"dayjs": "1.11.7",
|
|
"dompurify": "2.4.5",
|
|
"github-markdown-css": "5.2.0",
|
|
"highlight.js": "11.7.0",
|
|
"history": "4.10.1",
|
|
"i18next": "20.6.1",
|
|
"localstorage-memory": "1.0.3",
|
|
"lodash": "4.17.21",
|
|
"marked": "4.3.0",
|
|
"normalize.css": "8.0.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "7.41.1",
|
|
"react-i18next": "12.1.1",
|
|
"react-json-view": "1.21.3",
|
|
"react-markdown": "8.0.5",
|
|
"react-redux": "7.2.9",
|
|
"react-router": "5.3.4",
|
|
"react-router-dom": "5.3.4",
|
|
"react-virtualized": "9.22.3",
|
|
"redux": "4.2.1",
|
|
"remark-gfm": "3.0.1",
|
|
"validator": "13.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.7",
|
|
"@emotion/babel-plugin": "11.10.6",
|
|
"@emotion/jest": "11.10.5",
|
|
"@storybook/addon-actions": "^6.5.15",
|
|
"@storybook/addon-essentials": "^6.5.15",
|
|
"@storybook/addon-interactions": "^6.5.15",
|
|
"@storybook/addon-links": "^6.5.15",
|
|
"@storybook/builder-webpack5": "^6.5.15",
|
|
"@storybook/manager-webpack5": "^6.5.15",
|
|
"@storybook/react": "^6.5.15",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@testing-library/dom": "8.19.1",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "13.4.0",
|
|
"@types/hast": "^2.0.0",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/unist": "^2.0.0",
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
|
"babel-loader": "^8.3.0",
|
|
"mockdate": "3.0.5",
|
|
"msw": "0.49.3"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|