This commit is contained in:
2021-02-17 16:13:36 +01:00
parent 5bff67a53e
commit 69460312b0
12 changed files with 5368 additions and 128 deletions

View File

@@ -7,18 +7,18 @@
],
"scripts": {
"dev": "parcel ./src/index.html",
"build": "parcel build ./src/index.html"
"build": "parcel build --no-source-maps ./src/index.html"
},
"dependencies": {
"moment": "^2.24.0",
"dayjs": "^1.10.4",
"react": "16.9",
"react-dom": "16.9"
},
"devDependencies": {
"@types/react": "16.9",
"@types/react-dom": "16.9",
"stylus": "^0.54.7",
"parcel-bundler": "^1.12.4",
"stylus": "^0.54.7",
"typescript": "^3.7"
}
}
}