21 lines
620 B
JSON
21 lines
620 B
JSON
{
|
|
"name": "wowtoken.app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack && mkdir -p dist && cp src/robots.txt src/index.html src/style.css src/favicon.ico dist/",
|
|
"build-dev": "webpack --mode development && mkdir -p dist && 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.2",
|
|
"chart.js": "^4.0.1",
|
|
"chartjs-adapter-dayjs-3": "^1.2.3",
|
|
"dayjs": "^1.11.6"
|
|
}
|
|
}
|