-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 971 Bytes
/
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
{
"name": "klepbot",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.6.3",
"@fortawesome/fontawesome-free": "^5.11.2",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"@tinymce/tinymce-react": "^3.5.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "4.3.1",
"dotenv": "^8.2.0",
"echarts": "^4.5.0",
"jquery": "^3.4.1",
"pondjs": "^0.9.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-d3-library": "^1.1.8",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-timeseries-charts": "^0.16.1",
"react-trix": "^0.7.0",
"react-vis": "^1.11.7",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"webpack-dev-server": "^3.8.2"
}
}