mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
frontend hello world
This commit is contained in:
26
client/package.json
Normal file
26
client/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "yclient",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"author": "Stepan Usatiuk",
|
||||
"source": "src/index.html",
|
||||
"scripts": {
|
||||
"start": "parcel",
|
||||
"build": "parcel build"
|
||||
},
|
||||
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/transformer-typescript-tsc": "^2.10.3",
|
||||
"@parcel/validator-typescript": "^2.10.3",
|
||||
"@types/react": "^18.2.45",
|
||||
"@types/react-dom": "^18.2.17",
|
||||
"parcel": "^2.10.3",
|
||||
"prettier": "^3.1.1",
|
||||
"process": "^0.11.10",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user