-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "react-discovery",
"license": "Apache 2.0",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:ubleipzig/react-discovery.git"
},
"author": {
"name": "Christopher Johnson",
"email": "[email protected]"
},
"scripts": {
"build": "lerna run build",
"lerna": "lerna"
},
"dependencies": {
"@material-ui/core": "^4.3.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.22",
"@react-discovery/components": "file:packages/react-discovery-components",
"@react-discovery/configuration": "file:packages/react-discovery-configuration",
"@react-discovery/core": "file:packages/react-discovery-core",
"@react-discovery/i18n": "file:packages/react-discovery-i18n",
"@react-discovery/iiif": "file:packages/react-discovery-iiif",
"@react-discovery/views": "file:packages/react-discovery-views",
"@react-discovery/workspace": "file:packages/react-discovery-workspace",
"@types/react-redux": "^7.1.1",
"classnames": "^2.2.6",
"downshift": "^3.2.10",
"i18next": "^15.0.7",
"navi": "^0.12.10",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.11.5",
"react-navi": "^0.12.7",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-observable": "^1.1.0",
"redux-thunk": "^2.3.0",
"rxjs": "^6.4.0"
},
"devDependencies": {
"@cypress/code-coverage": "^1.8.0",
"@cypress/webpack-preprocessor": "^4.1.0",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@testing-library/react": "^8.0.7",
"@types/jest": "^24.0.16",
"@types/material-ui": "^0.21.6",
"@types/node": "^11.13.18",
"@types/react": "^16.8.24",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"acorn": "^6.2.1",
"autoprefixer": "^9.6.1",
"awesome-typescript-loader": "^5.2.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"codecov": "^3.5.0",
"cypress": "^3.4.1",
"dotenv": "^8.0.0",
"dotenv-expand": "^5.1.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-dev": "^2.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-typescript": "^2.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"interpolate-html-plugin": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^2.0.5",
"jss": "^10.0.0-alpha.23",
"jss-plugin-template": "^10.0.0-alpha.23",
"jss-rtl": "^0.2.3",
"lerna": "^3.16.4",
"nyc": "^14.1.1",
"pnp-webpack-plugin": "1.2.1",
"promise": "^8.0.2",
"react-dev-utils": "^9.0.0",
"react-hot-loader": "^4.12.10",
"react-jss": "^10.0.0-alpha.23",
"tsify": "^4.0.1",
"typedoc": "^0.15.0",
"typescript": "^3.5.3",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.3.1",
"webpack-manifest-plugin": "^2.0.4",
"webpack-stats-plugin": "^0.2.1",
"workbox-webpack-plugin": "4.2.0"
}
}