mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@attently/riek": "2.0.1",
|
|
"@fortawesome/fontawesome-svg-core": "1.2.19",
|
|
"@fortawesome/free-regular-svg-icons": "5.9.0",
|
|
"@fortawesome/free-solid-svg-icons": "5.9.0",
|
|
"@fortawesome/react-fontawesome": "0.1.4",
|
|
"@sentry/browser": "5.4.3",
|
|
"body-scroll-lock": "2.6.1",
|
|
"bootstrap": "4.3.1",
|
|
"bootswatch": "4.3.1",
|
|
"copy-to-clipboard": "3.2.0",
|
|
"csshake": "1.5.3",
|
|
"fast-deep-equal": "2.0.1",
|
|
"favico.js": "0.3.10",
|
|
"fontfaceobserver": "2.1.0",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.throttle": "4.1.1",
|
|
"lodash.uniqueid": "4.0.1",
|
|
"mobx": "5.10.1",
|
|
"mobx-react": "6.1.1",
|
|
"mobx-stored": "1.1.0",
|
|
"moment": "2.24.0",
|
|
"object-hash": "1.3.1",
|
|
"prop-types": "15.7.2",
|
|
"qs": "6.7.0",
|
|
"react": "16.8.6",
|
|
"react-app-polyfill": "1.0.1",
|
|
"react-autosuggest": "9.4.3",
|
|
"react-datepicker": "2.7.0",
|
|
"react-dom": "16.8.6",
|
|
"react-highlighter": "0.4.3",
|
|
"react-idle-timer": "4.2.5",
|
|
"react-input-range": "1.3.0",
|
|
"react-js-pagination": "3.0.2",
|
|
"react-json-pretty": "2.1.0",
|
|
"react-linkify": "0.2.2",
|
|
"react-masonry-infinite": "1.2.2",
|
|
"react-moment": "0.9.2",
|
|
"react-onclickoutside": "6.8.0",
|
|
"react-popper": "1.3.3",
|
|
"react-resize-detector": "4.2.0",
|
|
"react-reveal": "1.2.2",
|
|
"react-scripts": "3.0.1",
|
|
"react-select": "3.0.4",
|
|
"react-tippy": "1.2.3",
|
|
"react-transition-group": "4.1.1",
|
|
"react-truncate": "2.4.0",
|
|
"semver": "6.1.1",
|
|
"typeface-open-sans": "0.0.54"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/travis-cli": "8.0.0",
|
|
"diffable-html": "4.0.0",
|
|
"enzyme": "3.10.0",
|
|
"enzyme-adapter-react-16": "1.14.0",
|
|
"jest-canvas-mock": "2.1.0",
|
|
"jest-date-mock": "1.0.7",
|
|
"jest-fetch-mock": "2.1.2",
|
|
"markdownlint-cli": "0.17.0",
|
|
"node-sass": "4.12.0"
|
|
},
|
|
"browserslist": [
|
|
">= 1%",
|
|
"last 1 major version",
|
|
"not dead",
|
|
"Chrome >= 49",
|
|
"Firefox >= 38",
|
|
"Edge >= 12",
|
|
"iOS >= 9",
|
|
"Safari >= 10",
|
|
"Android >= 4.4",
|
|
"Opera >= 36"
|
|
]
|
|
}
|