You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dick/package.json

69 lines
2.1 KiB

{
"name": "dick",
"version": "1.1.1",
"description": "A frontend for ASS",
"main": "./dist/dashboard.js",
"repository": {
"type": "git",
"url": "https://github.com/Facinorous-420/dick"
},
"author": "facinorous-420",
"license": "AGPL-3.0",
"scripts": {
"start": "npm run build && npm run serve",
"build": "tsc && mix --production && postcss ./src/public/css/tailwind.css -o ./dist/public/css/app.css",
"build:dev": "concurrently --kill-others \"tsc -w\" \"mix watch\" \"tailwindcss build -i ./src/public/css/tailwind.css -o ./dist/public/css/app.css --watch\" ",
"serve": "cross-env NODE_ENV=production node dist/dashboard.js",
"serve:dev": "nodemon dist/dashboard.js"
},
"dependencies": {
"@callmekory/logger": "^1.1.1",
"async": "^3.2.4",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"ejs": "^3.1.8",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"fs-extra": "^10.1.0",
"lucide": "^0.101.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/async": "^3.2.15",
"@types/body-parser": "^1.19.2",
"@types/compression": "^1.7.2",
"@types/connect-flash": "^0.0.37",
"@types/cookie-session": "^2.0.44",
"@types/errorhandler": "^1.5.0",
"@types/express": "^4.17.14",
"@types/express-busboy": "^8.0.0",
"@types/express-session": "^1.17.5",
"@types/fs-extra": "^9.0.13",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"@types/passport": "^1.0.11",
"@types/passport-local": "^1.0.34",
"@types/request": "^2.48.8",
"autoprefixer": "^10.4.13",
"concurrently": "^7.5.0",
"cross-env": "^7.0.3",
"cssnano": "5.1.14",
"laravel-mix": "^6.0.49",
"nodemon": "^2.0.20",
"postcss-advanced-variables": "^3.0.1",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"tslint": "^5.20.1",
"typescript": "^4.9.3"
}
}