solrkit
Version:
 
113 lines (112 loc) • 2.74 kB
JSON
{
"name": "solrkit",
"version": "0.0.29",
"dependencies": {
"fetch-jsonp": "^1.1.3",
"guid": "^0.0.12",
"history": "^4.7.2",
"lodash": "^4.17.4",
"object-assign": "4.1.1",
"radium": "^0.19.6",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"seamless-immutable": "^7.1.2",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.74.1",
"tinycolor2": "^1.4.1",
"whatwg-fetch": "2.0.3",
"@types/d3": "^4.10.0",
"@types/d3-scale": "^1.0.10",
"d3": "^4.10.2",
"d3-brush": "^1.0.4",
"d3-scale": "^1.0.6",
"d3-svg": "^0.2.2"
},
"devDependencies": {
"@types/jest": "^21.1.0",
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.30",
"@types/react-dom": "^15.5.4",
"autoprefixer": "7.1.2",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"codecov": "^2.3.1",
"css-loader": "0.28.4",
"dotenv": "4.0.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"jest": "20.0.4",
"nyc": "^11.2.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"promise": "8.0.1",
"react-dev-utils": "^4.0.1",
"react-dnd": "^2.5.1",
"source-map-loader": "^0.2.1",
"style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.4",
"ts-jest": "^20.0.7",
"ts-loader": "^2.2.1",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typescript": "~2.4.0",
"url-loader": "0.5.9",
"webpack": "3.5.1",
"webpack-dev-server": "2.7.1",
"webpack-manifest-plugin": "1.2.1"
},
"bugs": {
"url": "https://github.com/garysieling/solrkit/issues"
},
"scripts": {
"build": "tsc --watch",
"test": "jest"
},
"main": "build/module.js",
"jest": {
"mapCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$"
],
"moduleFileExtensions": [
"web.ts",
"ts",
"web.tsx",
"tsx",
"web.js",
"js",
"web.jsx",
"jsx",
"json",
"node"
],
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.test.json"
}
}
},
"homepage": "https://garysieling.github.io/solrkit/",
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}