-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 856 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
{
"name": "resume-site",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/actioncable": "^7.1.2",
"@rails/activestorage": "^7.1.2",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.4",
"logrocket": "^1.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-jsx": "^7.23.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"version": "0.1.0",
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3"
}
}