tornado-withdraw/package.json

25 lines
698 B
JSON
Raw Normal View History

2024-10-08 03:21:59 +03:00
{
"name": "tornado-withdraw",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"lint": "eslint index.html",
"dev": "npx http-server --cors .",
"update": "ts-node scripts/update.ts",
"sass": "sass static/bootstrap.scss static/bootstrap.css",
"sass:watch": "yarn sass --watch"
},
"devDependencies": {
2024-11-09 23:00:58 +03:00
"@tornado/core": "git+https://git.tornado.ws/tornadocontrib/tornado-core.git#88b6e20aa18e8351464f68e5df3ae03f3b0f82f9",
2024-10-08 03:21:59 +03:00
"@types/node": "^22.7.4",
"bootstrap": "^5.3.3",
"eslint": "8.57.0",
"eslint-plugin-html": "^8.1.1",
"sass": "^1.79.4",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^5.6.2"
}
}