-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.06 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
122
123
{
"name": "root",
"private": true,
"dependencies": {
"@babel/runtime": "^7.3.4",
"@material-ui/styles": "^4.1.1",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"@mirador/apollo-server": "file:packages/mirador-apollo-server",
"@mirador/configuration": "file:packages/mirador-configuration",
"@mirador/core": "file:packages/mirador-core",
"@types/graphql": "^14.0.2",
"@types/manifesto": "file:packages/@types-manifesto",
"@types/mirador-core-model": "file:packages/@types-mirador-core-model",
"@types/node": "^11.9.4",
"@mirador/i18n": "file:packages/mirador-i18n",
"@mirador/react-components": "file:packages/mirador-react-components",
"@types/react-redux": "^7.1.0",
"apollo-boost": "^0.3.1",
"apollo-cache-inmemory": "^1.5.1",
"graphql": "14.1.0",
"react-apollo": "^2.5.3",
"i18next": "^15.0.7",
"jest": "^24.5.0",
"@types/jest": "^24.0.11",
"lerna-update-wizard": "^0.11.1",
"query-string": "^5.1.1",
"react": "^16.8.6",
"react-redux": "^7.1.0",
"react-dom": "^16.8.6",
"react-i18next": "^10.6.0",
"react-router": "^4.4.0-beta.6",
"react-router-dom": "^4.4.0-beta.6",
"searchkit": "^2.3.1-alpha.8",
"uuidv5": "^1.0.0"
},
"devDependencies": {
"acorn": "^6.1.1",
"@babel/core": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/material-ui": "^0.21.6",
"@types/jest": "^24.0.11",
"@types/node": "^11.9.4",
"@types/react": "^16.8.10",
"autoprefixer": "^9.4.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-named-asset-import": "^0.3.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"concurrently": "^4.0.1",
"core-js": "^3.0.1",
"css-loader": "^1.0.0",
"dotenv-expand": "^5.1.0",
"dotenv-webpack": "^1.7.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-dev": "^2.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-typescript": "^2.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-babel": "5.2.1",
"eslint-plugin-cypress": "^2.2.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-hooks": "^1.2.0",
"eslint-plugin-standard": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"fetch-mock": "^7.3.1",
"file-loader": "^3.0.1",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"interpolate-html-plugin": "^3.0.0",
"jest": "^24.5.0",
"jest-fetch-mock": "^2.1.1",
"jss": "^9.8.7",
"jss-plugin-template": "^10.0.0-alpha.3",
"jss-rtl": "^0.2.1",
"lerna": "^3.13.0",
"mini-css-extract-plugin": "^0.5.0",
"nodemon": "^1.18.10",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"promise": "^8.0.2",
"react-dev-utils": "^6.1.1",
"react-jss": "^8.6.1",
"redux-mock-store": "^1.5.3",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.22.1",
"ts-node": "^8.0.3",
"ts-loader": "^5.3.0",
"ts-jest": "^24.0.0",
"tslint": "^5.12.1",
"tslint-react": "^3.6.0",
"tslint-react-hooks": "^1.1.0",
"typedoc": "^0.14.2",
"typescript": "^3.5.2",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"webpack-stats-plugin": "^0.2.1"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.tsx,.ts"
}
}