UNPKG

2.74 kBJSONView Raw
1{
2 "name": "solrkit",
3 "version": "0.0.27",
4 "dependencies": {
5 "fetch-jsonp": "^1.1.3",
6 "guid": "^0.0.12",
7 "history": "^4.7.2",
8 "lodash": "^4.17.4",
9 "object-assign": "4.1.1",
10 "radium": "^0.19.6",
11 "react": "^15.6.1",
12 "react-dom": "^15.6.1",
13 "react-router": "^4.2.0",
14 "react-router-dom": "^4.2.2",
15 "seamless-immutable": "^7.1.2",
16 "semantic-ui-css": "^2.2.12",
17 "semantic-ui-react": "^0.74.1",
18 "tinycolor2": "^1.4.1",
19 "whatwg-fetch": "2.0.3",
20 "@types/d3": "^4.10.0",
21 "@types/d3-scale": "^1.0.10",
22 "d3": "^4.10.2",
23 "d3-brush": "^1.0.4",
24 "d3-scale": "^1.0.6",
25 "d3-svg": "^0.2.2"
26 },
27 "devDependencies": {
28 "@types/jest": "^21.1.0",
29 "@types/lodash": "^4.14.74",
30 "@types/node": "^8.0.30",
31 "@types/react-dom": "^15.5.4",
32 "autoprefixer": "7.1.2",
33 "case-sensitive-paths-webpack-plugin": "2.1.1",
34 "chalk": "1.1.3",
35 "codecov": "^2.3.1",
36 "css-loader": "0.28.4",
37 "dotenv": "4.0.0",
38 "extract-text-webpack-plugin": "3.0.0",
39 "file-loader": "0.11.2",
40 "fs-extra": "3.0.1",
41 "html-webpack-plugin": "2.29.0",
42 "jest": "20.0.4",
43 "nyc": "^11.2.1",
44 "postcss-flexbugs-fixes": "3.2.0",
45 "postcss-loader": "2.0.6",
46 "promise": "8.0.1",
47 "react-dev-utils": "^4.0.1",
48 "react-dnd": "^2.5.1",
49 "source-map-loader": "^0.2.1",
50 "style-loader": "0.18.2",
51 "sw-precache-webpack-plugin": "0.11.4",
52 "ts-jest": "^20.0.7",
53 "ts-loader": "^2.2.1",
54 "tslint": "^5.2.0",
55 "tslint-loader": "^3.5.3",
56 "tslint-react": "^3.0.0",
57 "typescript": "~2.4.0",
58 "url-loader": "0.5.9",
59 "webpack": "3.5.1",
60 "webpack-dev-server": "2.7.1",
61 "webpack-manifest-plugin": "1.2.1"
62 },
63 "bugs": {
64 "url": "https://github.com/garysieling/solrkit/issues"
65 },
66 "scripts": {
67 "build": "tsc --watch",
68 "test": "jest"
69 },
70 "main": "build/module.js",
71 "jest": {
72 "mapCoverage": true,
73 "collectCoverageFrom": [
74 "src/**/*.{js,jsx,ts,tsx}"
75 ],
76 "testMatch": [
77 "<rootDir>/src/**/__tests__/**/*.ts?(x)",
78 "<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
79 ],
80 "testEnvironment": "node",
81 "testURL": "http://localhost",
82 "transformIgnorePatterns": [
83 "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$"
84 ],
85 "moduleFileExtensions": [
86 "web.ts",
87 "ts",
88 "web.tsx",
89 "tsx",
90 "web.js",
91 "js",
92 "web.jsx",
93 "jsx",
94 "json",
95 "node"
96 ],
97 "globals": {
98 "ts-jest": {
99 "tsConfigFile": "tsconfig.test.json"
100 }
101 }
102 },
103 "homepage": "https://garysieling.github.io/solrkit/",
104 "babel": {
105 "presets": [
106 "react-app"
107 ]
108 },
109 "eslintConfig": {
110 "extends": "react-app"
111 }
112}