homepage.js/react/resume/package.json

27 lines
646 B
JSON
Raw Normal View History

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-09 15:57:46 +01:00
"buffer": "^5.5.0",
2023-03-09 15:19:09 +01:00
"parcel": "^2.8.3",
"process": "^0.11.10"
},
"dependencies": {
2023-03-09 15:57:46 +01:00
"@babel/runtime": "^7.21.0",
2023-03-10 08:05:46 +01:00
"parcel-namer-without-hash": "^0.0.1",
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"
}
}