Updates include removing dependancy on Google Fonts, cleaning up build process, and pulling CSS back into it's own file
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"name": "wowtoken.app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack && cp src/robots.txt src/index.html src/style.css src/favicon.ico dist/"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.7.2"
|
|
},
|
|
"dependencies": {
|
|
"cash-dom": "^8.1.0",
|
|
"chart.js": "^3.4.0",
|
|
"chartjs-adapter-dayjs-3": "^1.2.2",
|
|
"dayjs": "^1.10.5"
|
|
}
|
|
}
|