-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "froide_food",
"version": "1.0.0",
"description": "Froide food",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okfde/froide-food.git"
},
"author": "Stefan Wehrmeyer",
"license": "ISC",
"bugs": {
"url": "https://github.com/okfde/froide-food/issues"
},
"homepage": "https://github.com/okfde/froide-food#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^2.8.4",
"prettier-config-standard": "^5.0.0",
"typescript": "^5.1.6",
"vue-eslint-parser": "^9.3.1"
},
"dependencies": {
"@turf/bbox": "^6.5.0",
"@vue-leaflet/vue-leaflet": "^0.8.3",
"leaflet": "^1.8.0",
"leaflet.icon.glyph": "^0.3.0",
"vue": "^3.2.47",
"vue3-slide-up-down": "^1.2.5"
},
"peerDependencies": {
"froide": "github:okfde/froide"
},
"prettier": "prettier-config-standard"
}