Created
August 29, 2021 12:19
-
-
Save dmitrijs-balcers/261711d1f303d8b1a07c782995a54b84 to your computer and use it in GitHub Desktop.
Adding deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"dependencies": { | |
"classnames": "^2.3.1", | |
"react": "^17.0.2", | |
"react-dom": "^17.0.2" | |
}, | |
"devDependencies": { | |
"@parcel/transformer-postcss": "^2.0.0-rc.0", | |
"@parcel/transformer-typescript-tsc": "^2.0.0-rc.0", | |
"@parcel/validator-typescript": "^2.0.0-rc.0", | |
"@types/react": "^17.0.11", | |
"@types/react-dom": "^17.0.8", | |
"parcel": "^2.0.0-rc.0", | |
"parcel-transformer-ts-css-modules": "^1.0.4", | |
"postcss": "^8.3.6", | |
"postcss-modules": "^4.2.2", | |
"prettier": "^2.3.2", | |
"typescript": "4.4.2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment