forked from okfde/froide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.28 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "froide",
"version": "6.0.0",
"description": "Froide",
"main": "frontend/javascript/main.js",
"files": [
"frontend/",
"eslint.config.mjs"
],
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint",
"serve": "vite",
"dev": "vite",
"build": "vite build",
"openapi": "openapi-ts",
"favicon": "real-favicon generate froide/static/img/logo/favicon.json favicon-result.json froide/static/img/logo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okfde/froide.git"
},
"author": "Stefan Wehrmeyer",
"license": "ISC",
"bugs": {
"url": "https://github.com/okfde/froide/issues"
},
"homepage": "https://github.com/okfde/froide#readme",
"devDependencies": {
"@okfde/eslint-config-froide": "^1.4.0",
"@types/bootstrap": "^5.2.10",
"@types/glidejs__glide": "^3.6.6",
"@vitejs/plugin-vue": "^6.0.6",
"autoprefixer": "^10.5.0",
"cli-real-favicon": "0.0.9",
"eslint": "^9.39.2",
"postcss": "^8.5.12",
"prettier": "^3.8.3",
"prettier-config-standard": "^7.0.0",
"sass": "^1.99.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-dev-manifest": "^1.5.0"
},
"dependencies": {
"@hey-api/openapi-ts": "^0.97.0",
"@okfde/filingcabinet": "github:okfde/django-filingcabinet",
"@panzoom/panzoom": "^4.6.2",
"@popperjs/core": "^2.11.5",
"@types/lodash.throttle": "^4.1.9",
"@uppy/core": "^5.2.0",
"@uppy/dashboard": "^5.1.1",
"@uppy/tus": "^5.1.1",
"@vueuse/core": "^13.9.0",
"@vueuse/integrations": "^13.9.0",
"bootstrap": "^5.3.8",
"choices.js": "^11.2.3",
"driver.js": "^1.4.0",
"exifreader": "^4.38.1",
"font-awesome": "^4.7.0",
"leaflet": "^1.5.1",
"leaflet.icon.glyph": "^0.3.0",
"lodash.debounce": "^4.0.8",
"lodash.range": "^3.2.0",
"lodash.sortby": "^4.7.0",
"lodash.throttle": "^4.1.1",
"pdfjs-dist": "==2.16.105",
"pinia": "^3.0.4",
"sortablejs": "^1.15.7",
"vue": "^3.5.33",
"vuedraggable": "^2.23.2",
"vuex": "^4.1.0"
},
"exifreader": {
"include": {
"exif": [
"Orientation"
]
}
},
"prettier": "prettier-config-standard",
"packageManager": "pnpm@9.15.5"
}