forked from changelab-hq/share_harder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "share_harder",
"private": true,
"scripts": {
"lint": "yarn eslint app/javascript/ --ext .js --ext .jsx"
},
"dependencies": {
"@babel/preset-react": "^7.10.4",
"@material-ui/core": "^4.0.0",
"@rails/webpacker": "^5.3",
"deepmerge": "^2.1.1",
"draft-js": "^0.11.7",
"draft-js-plugins-editor": "^2.1.1",
"draft-js-side-toolbar-plugin": "^2.0.4",
"font-picker-react": "^2.0.4",
"mustache": "^2.3.2",
"plotly.js-basic-dist": "^1.39.1",
"prop-types": "^15.6.2",
"rc-slider": "^8.6.1",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-animate-on-change": "^2.1.1",
"react-clipboard.js": "^2.0.0",
"react-color": "^2.14.1",
"react-dnd": "^7.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.4.2",
"react-on-rails": "11.0.9",
"react-plotly.js": "^2.2.0",
"react-redux": "^5.0.7",
"react-resizable": "^1.7.5",
"redux": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"webpack-dev-server": "3.11.0"
},
"engines": {
"node": "14.x.x"
}
}