25 lines
593 B
JSON
25 lines
593 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",
|
|
"sass": "^1.28.0",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"scripts": {
|
|
"dev": "parcel src/index.html",
|
|
"build": "parcel build src/index.html"
|
|
},
|
|
"dependencies": {
|
|
"jsx-render": "^1.1.1",
|
|
"material-components-web": "^8.0.0",
|
|
"nprogress": "^0.2.0"
|
|
},
|
|
"browserslist": [
|
|
"since 2017-06"
|
|
]
|
|
}
|