mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
136 lines
3.9 KiB
JSON
136 lines
3.9 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"engines": {
|
|
"npm": ">=8.3 <9.0",
|
|
"node": "17.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.3.0",
|
|
"@fortawesome/free-regular-svg-icons": "6.0.0",
|
|
"@fortawesome/free-solid-svg-icons": "6.0.0",
|
|
"@fortawesome/react-fontawesome": "0.1.17",
|
|
"@juggle/resize-observer": "3.3.1",
|
|
"@popperjs/core": "2.11.2",
|
|
"@sentry/browser": "6.18.1",
|
|
"body-scroll-lock": "3.1.5",
|
|
"bootstrap": "5.1.3",
|
|
"bootswatch": "5.1.3",
|
|
"bricks.js": "1.8.0",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"csshake": "1.5.3",
|
|
"date-fns": "2.28.0",
|
|
"downshift": "6.1.7",
|
|
"favico.js": "0.3.10",
|
|
"fontfaceobserver": "2.1.0",
|
|
"intersection-observer": "0.12.0",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.merge": "4.6.2",
|
|
"lodash.throttle": "4.1.1",
|
|
"lodash.uniqueid": "4.0.1",
|
|
"mobx": "6.4.2",
|
|
"mobx-react-lite": "3.3.0",
|
|
"mobx-stored": "1.1.0",
|
|
"promise-retry": "2.0.1",
|
|
"qs": "6.10.3",
|
|
"react": "17.0.2",
|
|
"react-app-polyfill": "3.0.0",
|
|
"react-cool-dimensions": "2.0.7",
|
|
"react-day-picker": "7.4.10",
|
|
"react-dom": "17.0.2",
|
|
"react-hotkeys-hook": "3.4.4",
|
|
"react-idle-timer": "4.6.4",
|
|
"react-intersection-observer": "8.33.1",
|
|
"react-json-pretty": "2.2.0",
|
|
"react-linkify": "0.2.2",
|
|
"react-media-hook": "0.4.9",
|
|
"react-popper": "2.2.5",
|
|
"react-range": "1.8.12",
|
|
"react-select": "5.2.2",
|
|
"react-transition-group": "4.4.2",
|
|
"semver": "7.3.5",
|
|
"typeface-open-sans": "1.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@percy/cli": "1.0.0-beta.76",
|
|
"@percy/storybook": "4.1.0",
|
|
"@storybook/builder-webpack5": "6.5.0-alpha.42",
|
|
"@storybook/manager-webpack5": "6.5.0-alpha.42",
|
|
"@storybook/preset-create-react-app": "4.0.1",
|
|
"@storybook/react": "6.5.0-alpha.42",
|
|
"@testing-library/react-hooks": "7.0.2",
|
|
"@types/body-scroll-lock": "3.1.0",
|
|
"@types/bricks.js": "1.8.2",
|
|
"@types/enzyme": "3.10.11",
|
|
"@types/fontfaceobserver": "2.1.0",
|
|
"@types/jest": "27.4.1",
|
|
"@types/lodash.debounce": "4.0.6",
|
|
"@types/lodash.merge": "4.6.6",
|
|
"@types/lodash.throttle": "4.1.6",
|
|
"@types/lodash.uniqueid": "4.0.6",
|
|
"@types/node": "16.11.26",
|
|
"@types/promise-retry": "1.1.3",
|
|
"@types/qs": "6.9.7",
|
|
"@types/react": "17.0.39",
|
|
"@types/react-dom": "17.0.11",
|
|
"@types/semver": "7.3.9",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
|
|
"diffable-html": "5.0.0",
|
|
"enzyme": "3.11.0",
|
|
"eslint-config-prettier": "8.4.0",
|
|
"eslint-config-react-app": "7.0.0",
|
|
"eslint-plugin-jest": "25.7.0",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"fetch-mock": "9.11.0",
|
|
"jest-canvas-mock": "2.3.1",
|
|
"prettier": "2.5.1",
|
|
"purgecss": "4.1.3",
|
|
"react-scripts": "5.0.0",
|
|
"sass": "1.49.9",
|
|
"timemachine": "0.3.2",
|
|
"typescript": "4.6.2"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|