1
0
Fork 0
hsarch/package.json~
2020-11-10 21:39:46 +01:00

23 lines
549 B
JSON

{
"name": "hsarch",
"version": "1.0.0",
"repository": "https://github.com/maltejur/hsarch.git",
"author": "maltejur <48161361+maltejur@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"typescript": "^4.0.5"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"nprogress": "^0.2.0"
},
"browserslist": [
"since 2017-06"
]
}