mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2024-12-22 16:16:28 +00:00
21 lines
474 B
JSON
Executable File
21 lines
474 B
JSON
Executable File
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "parcel ./src/index.html",
|
|
"build": "rm -rf ./dist && parcel build --no-source-maps ./src/index.html"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-stylus": "2.3.2",
|
|
"@types/react": "^17.0.40",
|
|
"@types/react-dom": "^17.0.13",
|
|
"parcel": "^2.3.2",
|
|
"stylus": "^0.56.0",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|