forked from okfde/froide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.36 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
81
82
{
"name": "froide",
"version": "1.0.0",
"description": "Froide",
"main": "frontend/javascript/main.js",
"files": [
"frontend/",
".eslintrc.js"
],
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint frontend --ext .js,.ts,.vue",
"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": {
"@types/bootstrap": "^5.2.1",
"@types/glidejs__glide": "^3.4.2",
"@types/lodash.throttle": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-vue2": "^1.1.2",
"autoprefixer": "^10.4.13",
"cli-real-favicon": "0.0.8",
"eslint": "^8.21.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.3.0",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"prettier-config-standard": "^5.0.0",
"sass": "^1.54.4",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-dev-manifest": "^1.0.9",
"vue-template-compiler": "^2.5.16"
},
"dependencies": {
"@okfde/filingcabinet": "okfde/django-filingcabinet",
"@popperjs/core": "^2.11.5",
"@uppy/core": "^2.3.2",
"@uppy/dashboard": "^2.4.1",
"@uppy/tus": "^2.4.2",
"bootstrap": "^5.2.0",
"choices.js": "^10.1.0",
"driver.js": "^0.9.8",
"exif-js": "^2.3.0",
"font-awesome": "^4.7.0",
"js-base64": "3.6.1",
"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",
"pdfjs-dist": "==2.9.359",
"string.prototype.repeat": "^1.0.0",
"vue": "^2.7.0",
"vue-lazyload": "^1.3.3",
"vue-slide-up-down": "^2.0.1",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.1"
}
}