homepage.js/react/resume/package.json

28 lines
696 B
JSON

{
"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",
"build": "parcel build src/resume.js --no-source-maps"
},
"author": "blek",
"license": "MIT",
"devDependencies": {
"@parcel/reporter-bundle-analyzer": "^2.8.3",
"buffer": "^5.5.0",
"parcel": "^2.8.3",
"process": "^0.11.10",
"parcel-namer-without-hash": "^0.0.1"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"react": "^18.2.0",
"react-console-emulator": "^5.0.2",
"react-dom": "^18.2.0"
}
}