-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 919 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": "monkeynotes",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.12.13",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.3",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.2.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"dayjs": "^1.10.4",
"html-entities": "^2.1.0",
"interweave": "^12.7.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dayjs": "^0.3.2",
"react-dom": "^17.0.1",
"react-modal": "^3.14.3",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.3",
"react-toastify": "^7.0.4",
"react-trix": "^0.8.0",
"react_ujs": "^2.6.1",
"remove": "^0.1.5",
"trix": "^1.2.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}