-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
139 lines (139 loc) · 4.23 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "gala",
"version": "1.0.0",
"description": "A platform for the collaborative study of media-rich teaching cases",
"main": "app/application.js",
"repository": {
"type": "git",
"url": "https://github.com/michigan-sustainability-cases/gala"
},
"author": "Cameron L Bothner",
"license": "MIT",
"scripts": {
"test": "jest app/javascript"
},
"engines": {
"node": "12.5",
"yarn": "1.x"
},
"dependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@blueprintjs/core": "^2.3.1",
"@blueprintjs/select": "^2.0.1",
"@rails/webpacker": "^4.0.2",
"activestorage": "^5.2.1",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-styled-components": "^1.9.4",
"camelize": "^1.0.0",
"caniuse-lite": "^1.0.30000921",
"change-case": "^3.0.2",
"classnames": "^2.2.6",
"coffeescript": "^2.3.1",
"color-hash": "^1.0.3",
"css-loader": "^2.0.1",
"draft-js": "0.10.5",
"draft-js-linkify-plugin": "^2.0.1",
"draft-js-plugins-editor": "^2.1.1",
"file-loader": "^2.0.0",
"history": "^4.6.1",
"immer": "1.8.2",
"immutability-helper": "^2.9.0",
"intl": "^1.2.5",
"json-loader": "^0.5.7",
"loader-utils": "^1.1.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"markdown-draft-js": "^1.3.1",
"node-sass": "4.12.0",
"path-to-regexp": "^2.4.0",
"polished": "^2.3.1",
"postcss-cssnext": "^3.1.0",
"postcss-smart-import": "^0.7.6",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"ramda": "^0.26.1",
"raw-loader": "^1.0.0",
"react": "^16.8.6",
"react-activestorage-provider": "*",
"react-animate": "^3.0.0",
"react-beautiful-dnd": "^10.0.3",
"react-device-detect": "^1.5.9",
"react-dimensions": "^1.3.0",
"react-document-title": "^2.0.2",
"react-dom": "^16.8.6",
"react-google-analytics": "^0.2.0",
"react-hook-mathjax": "^2.0.5",
"react-intl": "^2.2.3",
"react-map-gl": "^4.1.1",
"react-markdown": "^4.0.4",
"react-medium-image-zoom": "^3.0.15",
"react-oembed-container": "^0.3.0",
"react-popper": "^1.3.3",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-sortable-hoc": "^0.8.4",
"react-spring": "^8.0.9",
"react-transition-group": "^2.5.1",
"react-truncate": "^2.4.0",
"react-youtube-player": "^2.0.1",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-batched-actions": "^0.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "8.0",
"stimulus": "^1.1.0",
"styled-components": "^4.1.2",
"url-loader": "^1.1.1",
"use-immer": "^0.1.0",
"uuid": "^3.3.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.1.5",
"whatwg-fetch": "^3.0.0",
"yaml-loader": "^0.5.0"
},
"optionalDependencies": {
"fsevents": "^2.0.6"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"flow-bin": "0.87.0",
"flow-inspect": "^1.0.1",
"jest": "^24.5.0",
"jest-dom": "^3.0.0",
"jest-fetch-mock": "^2.0.1",
"prettier": "^1.15.3",
"react-testing-library": "^6.0.0",
"stylelint": "^9.10.1",
"stylelint-color-format": "^0.2.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^3.1.10",
"yaml-jest": "^1.0.5"
}
}