wowtoken.app/package.json
Emily Doherty 365be630b4 Minor QOL update
Updates include removing dependancy on Google Fonts, cleaning up build process, and pulling CSS back into it's own file
2022-11-26 01:30:24 -08:00

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"
}
}