-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 3.57 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"private": true,
"name": "collections-ui",
"keywords": [
"elasticsearch",
"elastic search",
"react",
"ui components",
"search",
"library",
"client-side",
"widgets",
"react components",
"react-component"
],
"homepage": "https://github.com/ubl-chj/collections-ui",
"bugs": {
"url": "https://github.com/ubl-chj/collections-ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ubl-chj/collections-ui.git"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"init": "lerna init"
},
"authors": [
{
"name": "Christopher Johnson",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "^4.2.1",
"collections-ui-common": "file:packages/collections-ui-common",
"firebase": "^6.3.3",
"fs-extra": "^8.1.0",
"manifest-uuid": "file:packages/manifest-uuid",
"manifest-viewer": "file:packages/manifest-viewer",
"object-assign": "^4.1.1",
"promise": "^8.0.3",
"react": "^16.8.6",
"react-burger-menu": "^2.6.10",
"react-dom": "^16.8.6",
"react-firebaseui": "^3.1.2",
"react-gtm-module": "^2.0.7",
"react-head": "^3.1.1",
"react-intersection-observer": "^8.24.1",
"react-loadable": "^5.5.0",
"react-markdown": "^4.1.0",
"react-router-dom": "^5.0.1",
"schema-map": "file:packages/schema-map",
"searchkit": "^2.3.1-alpha.9",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-router": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"autoprefixer": "^9.6.1",
"awesome-typescript-loader": "^5.2.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"css-loader": "^3.1.0",
"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": "^13.0.1",
"eslint-config-typescript": "^3.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-cypress": "^2.6.0",
"eslint-plugin-flowtype": "^3.12.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.14.0",
"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",
"file-loader": "^4.1.0",
"html-webpack-plugin": "4.0.0-beta.8",
"interpolate-html-plugin": "^3.0.0",
"jest": "^24.8.0",
"lerna": "^3.16.4",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pnp-webpack-plugin": "1.5.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"raf": "3.4.1",
"react-dev-utils": "^9.0.1",
"react-hot-loader": "^4.12.10",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"source-map-support": "^0.5.12",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-manifest-plugin": "^2.0.4",
"webpack-stats-plugin": "^0.3.0",
"workbox-webpack-plugin": "4.3.1"
}
}