mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-30 14:10:39 +02:00
Initial open source release
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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.2.7",
|
||||
"vite": "5.4.8"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"d3": "^7.9.0",
|
||||
"date-fns": "4.1.0",
|
||||
"license-checker": "^25.0.1",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"npm-check-updates": "^17.1.3",
|
||||
"papaparse": "5.4.1",
|
||||
"svelte": "^4.2.19",
|
||||
"tailwindcss": "3.4.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user