mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
139 lines
3.9 KiB
JSON
139 lines
3.9 KiB
JSON
{
|
|
"name": "karma-ui",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"engines": {
|
|
"npm": ">=8.3 <9.0",
|
|
"node": "18.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react-dom": "1.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "6.2.0",
|
|
"@fortawesome/free-regular-svg-icons": "6.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "6.2.0",
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
"@juggle/resize-observer": "3.4.0",
|
|
"body-scroll-lock": "3.1.5",
|
|
"bootstrap": "5.2.0",
|
|
"bootswatch": "5.2.0",
|
|
"bricks.js": "1.8.0",
|
|
"copy-to-clipboard": "3.3.2",
|
|
"csshake": "1.7.0",
|
|
"date-fns": "2.29.2",
|
|
"downshift": "6.1.9",
|
|
"favico.js": "0.3.10",
|
|
"fontfaceobserver": "2.3.0",
|
|
"intersection-observer": "0.12.2",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.merge": "4.6.2",
|
|
"lodash.throttle": "4.1.1",
|
|
"lodash.uniqueid": "4.0.1",
|
|
"mobx": "6.6.1",
|
|
"mobx-react-lite": "3.4.0",
|
|
"mobx-stored": "1.1.0",
|
|
"promise-retry": "2.0.1",
|
|
"qs": "6.11.0",
|
|
"react": "17.0.2",
|
|
"react-app-polyfill": "3.0.0",
|
|
"react-cool-dimensions": "2.0.7",
|
|
"react-day-picker": "8.2.0",
|
|
"react-dom": "17.0.2",
|
|
"react-hotkeys-hook": "3.4.7",
|
|
"react-idle-timer": "4.6.4",
|
|
"react-intersection-observer": "9.4.0",
|
|
"react-json-pretty": "2.2.0",
|
|
"react-linkify": "0.2.2",
|
|
"react-media-hook": "0.4.9",
|
|
"react-range": "1.8.14",
|
|
"react-select": "5.4.0",
|
|
"react-transition-group": "4.4.5",
|
|
"typeface-open-sans": "1.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@percy/cli": "1.10.1",
|
|
"@percy/storybook": "4.3.3",
|
|
"@storybook/builder-webpack5": "6.5.10",
|
|
"@storybook/manager-webpack5": "6.5.10",
|
|
"@storybook/preset-create-react-app": "4.1.2",
|
|
"@storybook/react": "6.5.10",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "12.1.5",
|
|
"@testing-library/react-hooks": "8.0.1",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@types/body-scroll-lock": "3.1.0",
|
|
"@types/bricks.js": "1.8.2",
|
|
"@types/enzyme": "3.10.12",
|
|
"@types/fontfaceobserver": "2.1.0",
|
|
"@types/jest": "29.0.0",
|
|
"@types/lodash.debounce": "4.0.7",
|
|
"@types/lodash.merge": "4.6.7",
|
|
"@types/lodash.throttle": "4.1.7",
|
|
"@types/lodash.uniqueid": "4.0.7",
|
|
"@types/node": "16.11.56",
|
|
"@types/promise-retry": "1.1.3",
|
|
"@types/qs": "6.9.7",
|
|
"@types/react": "17.0.49",
|
|
"@types/react-dom": "17.0.17",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
|
|
"diffable-html": "5.0.0",
|
|
"enzyme": "3.11.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-config-react-app": "7.0.1",
|
|
"eslint-plugin-jest": "27.0.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"fetch-mock": "9.11.0",
|
|
"prettier": "2.7.1",
|
|
"purgecss": "4.1.3",
|
|
"react-scripts": "5.0.1",
|
|
"sass": "1.54.8",
|
|
"timemachine": "0.3.2",
|
|
"typescript": "4.8.2"
|
|
},
|
|
"overrides": {
|
|
"react-scripts@5.0.1": {
|
|
"autoprefixer": "10.4.5"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"postbuild": "make backup-css && purgecss -c purgecss.config.js -o build/static/css",
|
|
"test": "react-scripts test",
|
|
"storybook": "start-storybook",
|
|
"snapshot": "build-storybook --quiet && percy storybook --verbose ./storybook-static",
|
|
"analyze": "npx source-map-explorer 'build/static/js/*.js'"
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,ts,tsx}",
|
|
"!src/**/*.stories.{js,ts,tsx}",
|
|
"!src/__fixtures__/Stories.{js,ts,tsx}",
|
|
"!src/react-app-env.d.ts",
|
|
"!src/Models/*.ts"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
">= 1%",
|
|
"last 1 major version",
|
|
"not dead",
|
|
"Chrome >= 49",
|
|
"Firefox >= 52",
|
|
"Edge >= 12",
|
|
"iOS >= 9",
|
|
"Safari >= 10",
|
|
"Android >= 4.4"
|
|
],
|
|
"percy": {
|
|
"version": 2,
|
|
"snapshot": {
|
|
"widths": [
|
|
700,
|
|
1280
|
|
],
|
|
"min-height": 200,
|
|
"enable-javascript": true
|
|
}
|
|
}
|
|
}
|