mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "platform",
|
|
"no-version-attr-as-it-break-build-license-script": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev --config vite.dev.config.js --mode development",
|
|
"dev-nodemon": "nodemon",
|
|
"license-report": "license-checker --production --customPath ./build-scripts/license-format.json --json --excludePackages 'platform'",
|
|
"build": "vite build",
|
|
"build-production": "vite build --config vite.config.js --mode production ",
|
|
"build-dev": "vite build --config vite.dev.config.js --mode development",
|
|
"preview": "vite preview",
|
|
"lint": "prettier --plugin-search-dir . --check .",
|
|
"format": "prettier --plugin-search-dir . --write .",
|
|
"update-check": "ncu",
|
|
"update-break": "ncu -u"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "3.2.5",
|
|
"@sveltejs/adapter-static": "3.0.5",
|
|
"@sveltejs/kit": "2.6.1",
|
|
"@vitejs/plugin-basic-ssl": "1.1.0",
|
|
"autoprefixer": "10.4.20",
|
|
"nodemon": "3.1.7",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"vite": "5.4.8"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"brace-expansion": "^4.0.1",
|
|
"cross-spawn": "^7.0.6",
|
|
"d3": "^7.9.0",
|
|
"date-fns": "4.1.0",
|
|
"devalue": "^5.3.2",
|
|
"license-checker": "^25.0.1",
|
|
"monaco-editor": "^0.53.0",
|
|
"monaco-vim": "^0.4.2",
|
|
"nanoid": "^5.1.5",
|
|
"npm-check-updates": "^17.1.3",
|
|
"papaparse": "^5.5.3",
|
|
"svelte": "^4.2.19",
|
|
"tailwindcss": "3.4.13"
|
|
}
|
|
}
|