depyth/package.json

28 lines
732 B
JSON
Raw Normal View History

{
"name": "depyth",
"dependencies": {
"async-sema": "^3.1.1",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"graphology": "^0.25.4",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-shortest-path": "^2.1.0",
"liquidjs": "^10.10.2",
"melodyc": "^0.19.0"
},
"scripts": {
"css:watch": "npx tailwindcss -i ./input.css -o ./static/styles.css --watch",
"css:watch:prod": "npx tailwindcss -i ./input.css -o ./static/styles.css --watch --minify"
},
"module": "index.js",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"graphology-types": "^0.24.7"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}