heissepreise/package.json

50 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-05-15 13:53:34 +02:00
{
"name": "heissepreise",
"version": "1.0.0",
"description": "",
2023-06-04 23:16:30 +02:00
"main": "server.js",
2023-05-15 13:53:34 +02:00
"scripts": {
2023-06-02 17:02:39 +02:00
"prepare": "husky install",
"dev": "cross-env NODE_ENV=development PORT=$PORT node --max_old_space_size=8192 --trace-warnings server.js",
"start": "cross-env NODE_ENV=production PORT=$PORT node --max_old_space_size=8192 server.js",
"format": "npx prettier --write ."
2023-05-15 13:53:34 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/badlogic/heissepreise.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/badlogic/heissepreise/issues"
},
"homepage": "https://github.com/badlogic/heissepreise#readme",
"dependencies": {
"alasql": "^4.0.4",
2023-05-15 13:53:34 +02:00
"axios": "^1.4.0",
2023-06-14 00:11:34 +02:00
"better-sqlite3": "^8.4.0",
2023-06-11 18:29:31 +02:00
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"chokidar": "^3.5.3",
2023-05-15 13:53:34 +02:00
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"hyphen": "^1.6.6",
"husky": "^8.0.3",
"moment": "^2.29.4",
"node-html-parser": "^6.1.5",
"pdfjs-dist": "^3.7.107",
"readline-sync": "^1.4.10"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
2023-06-08 13:48:08 +02:00
"concurrently": "^8.1.0",
"esbuild": "^0.17.19",
2023-06-07 15:00:15 +02:00
"postcss": "^8.4.24",
2023-06-02 07:34:32 +02:00
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"socket.io": "^4.6.2",
"tailwindcss": "^3.3.2"
2023-05-15 13:53:34 +02:00
}
}