mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
react packages
This commit is contained in:
parent
d9b9f70dad
commit
1542a72462
12173
package-lock.json
generated
Normal file
12173
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -12,6 +12,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://dev.azure.com/tstanciu94/Packages/_git/standard-cv"
|
"url": "https://dev.azure.com/tstanciu94/Packages/_git/standard-cv"
|
||||||
},
|
},
|
||||||
|
"private": true,
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react-bricks",
|
"react-bricks",
|
||||||
"standard-cv"
|
"standard-cv"
|
||||||
@ -19,7 +20,7 @@
|
|||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
"@babel/preset-env"
|
"@babel/preset-react"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -44,12 +45,23 @@
|
|||||||
"@babel/core": "^7.16.7",
|
"@babel/core": "^7.16.7",
|
||||||
"@babel/node": "^7.16.7",
|
"@babel/node": "^7.16.7",
|
||||||
"@babel/preset-env": "^7.16.7",
|
"@babel/preset-env": "^7.16.7",
|
||||||
|
"@babel/preset-react": "^7.8.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"lint-staged": "^12.2.2",
|
"lint-staged": "^12.2.2",
|
||||||
"prettier": "^2.5.1"
|
"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": {
|
"prettier": {
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user