mirror of
https://github.com/usatiuk/y.git
synced 2025-10-28 18:37:47 +01:00
32 lines
826 B
JSON
32 lines
826 B
JSON
{
|
|
"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",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"parcel": "^2.10.3",
|
|
"prettier": "^3.1.1",
|
|
"process": "^0.11.10",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|