2023-04-30 22:04:13 +02:00
|
|
|
{
|
|
|
|
"name": "assetflow",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
2023-05-20 22:02:49 +02:00
|
|
|
"build": "tsc",
|
2023-04-30 22:04:13 +02:00
|
|
|
"prestart": "npm run build",
|
|
|
|
"start": "node .",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"assets",
|
|
|
|
"inventory",
|
|
|
|
"storage"
|
|
|
|
],
|
|
|
|
"author": "[Project-Name-Here]",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"dependencies": {
|
2023-05-01 18:31:10 +02:00
|
|
|
"@popperjs/core": "^2.11.7",
|
2023-05-23 21:55:47 +02:00
|
|
|
"@prisma/client": "^4.14.1",
|
2023-05-15 21:58:01 +02:00
|
|
|
"@sentry/node": "^7.52.1",
|
|
|
|
"@sentry/tracing": "^7.52.1",
|
2023-05-08 23:30:19 +02:00
|
|
|
"body-parser": "^1.20.2",
|
2023-04-30 22:04:13 +02:00
|
|
|
"bootstrap": "^5.3.0-alpha3",
|
|
|
|
"bootstrap-icons": "^1.10.5",
|
2023-07-08 00:09:54 +02:00
|
|
|
"bootstrap-table": "^1.22.1",
|
2023-05-02 18:23:47 +02:00
|
|
|
"csv": "^6.2.11",
|
2023-04-30 22:04:13 +02:00
|
|
|
"eta": "^2.0.1",
|
|
|
|
"express": "^4.18.2",
|
2023-05-02 18:23:47 +02:00
|
|
|
"express-fileupload": "^1.4.0",
|
2023-08-26 20:56:03 +02:00
|
|
|
"express-session": "^1.17.3",
|
2023-04-30 22:04:13 +02:00
|
|
|
"jquery": "^3.6.4",
|
|
|
|
"lodash": "^4.17.21",
|
2023-08-26 20:56:03 +02:00
|
|
|
"passport": "^0.6.0",
|
|
|
|
"passport-local": "^1.0.0",
|
2023-05-15 18:49:02 +02:00
|
|
|
"signale": "^1.4.0",
|
|
|
|
"tsparticles-confetti": "^2.9.3"
|
2023-04-30 22:04:13 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-27 18:51:15 +02:00
|
|
|
"@loancrate/prisma-schema-parser": "^2.0.0",
|
2023-04-30 22:04:13 +02:00
|
|
|
"@types/express": "^4.17.17",
|
2023-05-02 18:23:47 +02:00
|
|
|
"@types/express-fileupload": "^1.4.1",
|
2023-08-26 20:56:03 +02:00
|
|
|
"@types/express-session": "^1.17.7",
|
2023-04-30 22:04:13 +02:00
|
|
|
"@types/lodash": "^4.14.194",
|
2023-08-26 20:56:03 +02:00
|
|
|
"@types/passport": "^1.0.12",
|
|
|
|
"@types/passport-local": "^1.0.35",
|
2023-04-30 22:04:13 +02:00
|
|
|
"@types/signale": "^1.4.4",
|
|
|
|
"eslint": "^8.39.0",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-05-23 21:55:47 +02:00
|
|
|
"prisma": "^4.14.1",
|
2023-05-06 20:48:58 +02:00
|
|
|
"prisma-dbml-generator": "^0.10.0",
|
2023-05-06 20:30:32 +02:00
|
|
|
"prisma-docs-generator": "^0.7.0",
|
2023-04-30 22:04:13 +02:00
|
|
|
"typescript": "^5.0.4"
|
|
|
|
}
|
|
|
|
}
|