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

64 lines
2.0 KiB

{
"name": "dick",
"version": "1.0.0",
"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": "node dist/dashboard.js",
"serve:dev": "nodemon dist/dashboard.js"
},
"dependencies": {
"@callmekory/logger": "^1.1.1",
"async": "^3.2.3",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"ejs": "^3.1.6",
"errorhandler": "^1.5.1",
"express": "^4.17.3",
"lucide": "^0.17.13",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@types/async": "^3.2.12",
"@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.13",
"@types/express-busboy": "^8.0.0",
"@types/express-session": "^1.17.4",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.22",
"@types/passport": "^1.0.7",
"@types/passport-local": "^1.0.34",
"@types/request": "^2.48.8",
"autoprefixer": "^10.4.4",
"concurrently": "^7.1.0",
"cssnano": "5.1.5",
"laravel-mix": "^6.0.43",
"nodemon": "^2.0.15",
"postcss-advanced-variables": "^3.0.1",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.23",
"ts-node": "^10.7.0",
"tslint": "^5.20.1",
"typescript": "^4.6.2"
}
}