embark-area-51/embark-ui/package.json

128 lines
3.7 KiB
JSON
Raw Normal View History

2018-08-01 09:19:11 +00:00
{
"name": "embark-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-10-09 10:30:00 +00:00
"@coreui/coreui": "^2.0.15",
"@coreui/react": "^2.0.9",
2018-09-05 17:08:13 +00:00
"ansi-to-html": "^0.6.6",
"autoprefixer": "7.1.6",
2018-09-06 14:00:35 +00:00
"autoscroll-react": "^3.2.0",
2018-08-01 13:13:51 +00:00
"axios": "^0.18.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.2",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
2018-08-07 09:34:40 +00:00
"classnames": "^2.2.6",
2018-08-01 13:13:51 +00:00
"connected-react-router": "^4.3.0",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"eslint": "4.10.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"ethereumjs-units": "0.2.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
2018-10-09 10:30:00 +00:00
"font-awesome": "^4.7.0",
"fs-extra": "3.0.1",
2018-08-01 13:13:51 +00:00
"history": "^4.7.2",
"html-webpack-plugin": "2.29.0",
"jest": "20.0.4",
"keccakjs": "0.2.1",
"monaco-editor": "^0.14.3",
"monaco-editor-webpack-plugin": "^1.5.4",
"node-sass": "^4.9.3",
2018-10-15 19:02:40 +00:00
"nodemon": "^1.18.4",
"npm-run-all": "^4.1.3",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.1",
2018-08-02 10:27:33 +00:00
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"raf": "3.4.0",
2018-08-28 17:34:08 +00:00
"react": "^16.4.2",
2018-10-13 14:22:34 +00:00
"react-bootstrap-typeahead": "^3.2.4",
2018-08-28 17:34:08 +00:00
"react-copy-to-clipboard": "^5.0.1",
"react-dev-utils": "^5.0.1",
2018-08-01 09:19:11 +00:00
"react-dom": "^16.4.1",
2018-10-02 14:33:16 +00:00
"react-json-tree": "^0.11.0",
2018-08-01 13:13:51 +00:00
"react-redux": "^5.0.7",
2018-08-01 15:34:59 +00:00
"react-router-dom": "^4.3.1",
"react-scroll-to-component": "^1.0.2",
2018-08-30 12:13:37 +00:00
"react-treebeard": "^2.1.0",
2018-10-10 13:40:05 +00:00
"reactstrap": "^6.5.0",
2018-08-01 13:13:51 +00:00
"redux": "^4.0.0",
2018-08-01 15:34:59 +00:00
"redux-saga": "^0.16.0",
"resolve": "1.6.0",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"tabler-react": "^1.18.0",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
2018-08-01 09:19:11 +00:00
},
"scripts": {
2018-10-15 19:02:40 +00:00
"react-start": "node scripts/start.js",
"start": "npm-run-all --parallel css-compile react-start watch-css",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
2018-10-15 19:02:40 +00:00
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/dark-theme/coreui.scss src/css/coreui.css",
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css-compile\""
2018-08-01 09:19:11 +00:00
},
"homepage": "http://localhost:8000/embark",
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,mjs}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,mjs}",
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
},
"moduleFileExtensions": [
"web.js",
"js",
"json",
"web.jsx",
"jsx",
"node",
"mjs"
]
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
2018-08-01 09:19:11 +00:00
}