-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
80 lines (80 loc) · 2.13 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
75
76
77
78
79
80
{
"name": "froide",
"version": "1.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 frontend/**/*.{js,ts,vue}",
"eslint": "eslint",
"serve": "vite",
"dev": "vite",
"build": "vite build",
"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": "okfde/eslint-config-froide",
"@types/bootstrap": "^5.2.1",
"@types/glidejs__glide": "^3.4.2",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"cli-real-favicon": "0.0.8",
"postcss": "^8.4.20",
"sass": "^1.58.3",
"typescript": "^5.1.6",
"vite": "^4.1.2",
"vite-plugin-dev-manifest": "^1.0.9"
},
"dependencies": {
"@okfde/filingcabinet": "github:okfde/django-filingcabinet",
"@popperjs/core": "^2.11.5",
"@types/lodash.throttle": "^4.1.9",
"@uppy/core": "^3.0.4",
"@uppy/dashboard": "^3.2.0",
"@uppy/tus": "^3.0.5",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"bootstrap": "^5.3.2",
"choices.js": "^10.1.0",
"driver.js": "^1.3.1",
"exifreader": "^4.12.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.9.359",
"sortablejs": "^1",
"string.prototype.repeat": "^1.0.0",
"vue": "^3.2.38",
"vuedraggable": "^2.23.2",
"vuex": "^4.1.0"
},
"exifreader": {
"include": {
"exif": [
"Orientation"
]
}
},
"prettier": "prettier-config-standard"
}