mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
68 lines
2.1 KiB
JSON
68 lines
2.1 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.4",
|
|
"@fortawesome/free-regular-svg-icons": "5.3.1",
|
|
"@fortawesome/free-solid-svg-icons": "5.3.1",
|
|
"@fortawesome/react-fontawesome": "0.1.3",
|
|
"body-scroll-lock": "2.5.7",
|
|
"bootstrap": "4.1.3",
|
|
"bootswatch": "4.1.3",
|
|
"copy-to-clipboard": "3.0.8",
|
|
"fast-deep-equal": "2.0.1",
|
|
"favico.js": "0.3.10",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.throttle": "4.1.1",
|
|
"lodash.uniqueid": "4.0.1",
|
|
"mobx": "5.1.0",
|
|
"mobx-react": "5.2.6",
|
|
"mobx-stored": "1.0.2",
|
|
"moment": "2.22.2",
|
|
"object-hash": "1.3.0",
|
|
"prop-types": "15.6.2",
|
|
"qs": "6.5.2",
|
|
"raven-js": "3.27.0",
|
|
"react": "16.5.0",
|
|
"react-autosuggest": "9.4.0",
|
|
"react-datepicker": "1.6.0",
|
|
"react-dom": "16.5.0",
|
|
"react-highlighter": "0.4.3",
|
|
"react-input-range": "1.3.0",
|
|
"react-json-pretty": "1.7.9",
|
|
"react-linkify": "0.2.2",
|
|
"react-masonry-infinite": "1.2.2",
|
|
"react-moment": "0.7.9",
|
|
"react-onclickoutside": "6.7.1",
|
|
"react-popper": "1.0.2",
|
|
"react-resize-detector": "3.1.2",
|
|
"react-scripts": "1.1.5",
|
|
"react-select": "2.0.0",
|
|
"react-transition-group": "2.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"build-css": "node_modules/.bin/node-sass-chokidar src/ -o src/",
|
|
"watch-css": "npm run build-css && node_modules/.bin/node-sass-chokidar src/ -o src/ --watch --recursive"
|
|
},
|
|
"devDependencies": {
|
|
"diffable-html": "3.0.0",
|
|
"enzyme": "3.6.0",
|
|
"enzyme-adapter-react-16": "1.5.0",
|
|
"eslint-plugin-react": "7.11.1",
|
|
"jest-canvas-mock": "1.1.0",
|
|
"jest-date-mock": "1.0.3",
|
|
"jest-fetch-mock": "1.6.5",
|
|
"jest-localstorage-mock": "2.2.0",
|
|
"markdownlint-cli": "0.13.0",
|
|
"node-sass-chokidar": "1.3.3",
|
|
"onchange": "4.1.0"
|
|
}
|
|
}
|