38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"name": "hh",
|
|
"version": "0.1.0",
|
|
"description": "**AlHammadi Group (Saudi Arabia)**",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"test:e2e:auth": "playwright test e2e/tests/auth",
|
|
"test:e2e:public": "playwright test e2e/tests/public-forms",
|
|
"test:e2e:roles": "playwright test e2e/tests/roles",
|
|
"test:e2e:matrix": "playwright test e2e/tests/roles/access-matrix",
|
|
"test:e2e:report": "playwright show-report e2e/results/html-report",
|
|
"e2e:setup": ".venv/bin/python manage.py create_e2e_test_users",
|
|
"e2e:setup:clean": ".venv/bin/python manage.py create_e2e_test_users --delete-existing",
|
|
"build:css": "npx tailwindcss -i ./static/src/css/tailwind.css -o ./static/dist/css/tailwind.css --minify && cat ./static/css/px360.css >> ./static/dist/css/tailwind.css",
|
|
"watch:css": "npx tailwindcss -i ./static/src/css/tailwind.css -o ./static/dist/css/tailwind.css --watch",
|
|
"build": "npm run build:css"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@types/node": "^25.5.2",
|
|
"tailwindcss": "^3.4.19",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.8",
|
|
"apexcharts": "^5.10.6",
|
|
"htmx.org": "^2.0.8",
|
|
"lucide": "^1.8.0",
|
|
"sweetalert2": "^11.26.24"
|
|
}
|
|
}
|