react packages

This commit is contained in:
Tudor Stanciu 2022-09-07 11:05:35 +03:00
parent d9b9f70dad
commit 1542a72462
2 changed files with 12186 additions and 1 deletions

12173
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@
"type": "git",
"url": "https://dev.azure.com/tstanciu94/Packages/_git/standard-cv"
},
"private": true,
"keywords": [
"react-bricks",
"standard-cv"
@ -19,7 +20,7 @@
"main": "./src/index.js",
"babel": {
"presets": [
"@babel/preset-env"
"@babel/preset-react"
]
},
"scripts": {
@ -44,12 +45,23 @@
"@babel/core": "^7.16.7",
"@babel/node": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.8.0",
"rimraf": "^3.0.2",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.2.2",
"prettier": "^2.5.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"bootstrap": "^4.3.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,