-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "rafaels-blog",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"actioncable": "^5.2.6",
"aphrodite": "^2.4.0",
"axios": "^0.21.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^5.1.1",
"dotenv": "^10.0.0",
"draft-js": "^0.11.7",
"font-awesome": "^4.7.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-actioncable-provider": "^2.0.0",
"react-bootstrap": "^1.6.3",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-quill": "^1.3.5",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-select": "^4.3.1",
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"styled-components": "^5.3.1",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3"
}
}