resume.js/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2023-03-19 03:30:29 +01:00
{
"name": "resume",
"version": "1.0.0",
2023-03-22 11:35:04 +01:00
"source": "src/resume.js",
2023-03-19 03:30:29 +01:00
"author": "blek",
"license": "MIT",
"devDependencies": {
"assert": "^2.0.0",
2023-03-19 23:52:38 +01:00
"buffer": "^5.5.0",
2023-03-20 12:00:51 +01:00
"crypto-browserify": "^3.12.0",
2023-03-19 03:30:29 +01:00
"events": "^3.1.0",
"parcel": "^2.8.3",
"parcel-namer-without-hash": "^0.0.1",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"util": "^0.12.3"
},
"dependencies": {
"@parcel/fs": "^2.8.3",
"copy-to-clipboard": "^3.3.3",
"file-saver": "^2.0.5",
"memfs": "^3.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unionfs": "^4.4.0",
"xterm": "^5.1.0",
"xterm-for-react": "^1.0.4",
"xterm-js-shell": "^1.1.3"
},
"scripts": {
2023-03-22 11:35:04 +01:00
"prestart": "rm -f parcelrc",
2023-03-19 03:30:29 +01:00
"start": "parcel",
2023-03-22 11:35:04 +01:00
"prebuild": "cp .build.config .parcelrc > /dev/null 2>&1",
"build": "parcel build --no-source-maps",
"postbuild": "rm -f .parcelrc"
2023-03-19 03:30:29 +01:00
}
}