-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
74 lines (74 loc) · 2.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "antragsgruen",
"license": "AGPL-3.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/CatoTH/antragsgruen"
},
"scripts": {
"test:acceptance": "vendor/bin/codecept run Acceptance",
"test:unit": "vendor/bin/codecept run Unit",
"watch": "gulp watch",
"build": "gulp",
"lint": "eslint --no-fix",
"lint:fix": "eslint --fix"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/bootbox": "^5.2.3",
"@types/bootstrap": "^3.4.0",
"@types/ckeditor": "^4.9.10",
"@types/eonasdan-bootstrap-datetimepicker": "^4.17.29",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "^3.5.11",
"@types/sortablejs": "^1.10.7",
"@types/typeahead": "^0.11.32",
"autoprefixer": "^10.4.1",
"confusing-browser-globals": "^1.0.11",
"eslint": "^9.12.0",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.10.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"pa11y": "^5.3.1",
"postcss": "^8.4.5",
"sass": "^1.79.4",
"typescript": "~5.5.4",
"typescript-eslint": "^8.8.1"
},
"directories": {
"bin": "./bin/"
},
"dependencies": {
"@selectize/selectize": "^0.15.2",
"bootbox": "^5.5.2",
"bootstrap": "^3.4.1",
"bootstrap-toggle": "^2.2.2",
"clipboard": "^2.0.8",
"corejs-typeahead": "^1.3.1",
"isotope-layout": "^3.0.6",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"requirejs": "^2.3.6",
"sortablejs": "^1.14.0",
"vue": "^3.2.0",
"vuedraggable": "^4.1.0"
},
"browserslist": [
">0.5%",
"last 10 versions",
"Firefox ESR",
"not dead"
]
}