2023-03-09 15:19:09 +01:00
|
|
|
{
|
|
|
|
"name": "resume",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"source": "src/index.html",
|
|
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "parcel",
|
2023-03-10 08:05:46 +01:00
|
|
|
"build": "parcel build src/resume.js --no-source-maps"
|
2023-03-09 15:19:09 +01:00
|
|
|
},
|
|
|
|
"author": "blek",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2023-03-11 15:08:01 +01:00
|
|
|
"@parcel/reporter-bundle-analyzer": "^2.8.3",
|
2023-03-09 15:57:46 +01:00
|
|
|
"buffer": "^5.5.0",
|
2023-03-09 15:19:09 +01:00
|
|
|
"parcel": "^2.8.3",
|
2023-03-11 15:08:01 +01:00
|
|
|
"process": "^0.11.10",
|
|
|
|
"parcel-namer-without-hash": "^0.0.1"
|
2023-03-09 15:19:09 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-09 15:57:46 +01:00
|
|
|
"@babel/runtime": "^7.21.0",
|
2023-03-09 15:19:09 +01:00
|
|
|
"react": "^18.2.0",
|
2023-03-09 15:57:46 +01:00
|
|
|
"react-console-emulator": "^5.0.2",
|
2023-03-09 15:19:09 +01:00
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|