mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "pretix",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"homepage": "https://github.com/pretix/pretix#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pretix/pretix/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pretix/pretix.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:widget": "vite src/pretix/static/pretixpresale/widget",
|
|
"build": "npm run build:control -s && npm run build:widget -s",
|
|
"build:control": "vite build",
|
|
"build:widget": "vite build src/pretix/static/pretixpresale/widget",
|
|
"lint:eslint": "eslint . --ext .js,.ts,.vue",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.27"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@stylistic/eslint-plugin": "^5.7.1",
|
|
"@types/jquery": "^3.5.33",
|
|
"@types/moment": "^2.11.29",
|
|
"@types/node": "^25.2.2",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/language-plugin-pug": "^3.2.4",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "^10.7.0",
|
|
"eslint-plugin-vue-pug": "^1.0.0-alpha.5",
|
|
"pug": "^3.0.3",
|
|
"sass-embedded": "^1.97.3",
|
|
"stylus": "^0.64.0",
|
|
"typescript-eslint": "^8.54.0",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|