-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "fruchtfolge",
"version": "2.1.5",
"sideEffects": true,
"description": "Fruchtfolge client application",
"author": "Christoph Pahmeyer <christoph.pahmeyer@ilr.uni-bonn.de>",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@chrispahm/pouchdb-live-find": "^0.5.1",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-analytics": "^2.3.0",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"axios": "^0.24.0",
"bufferutil": "^4.0.5",
"chart.js": "^2.9.4",
"chartjs-plugin-deferred": "^1.0.2",
"chartjs-plugin-dragdata": "^1.1.3",
"chartjs-plugin-piechart-outlabels": "^0.1.4",
"cross-env": "^7.0.3",
"fold-to-ascii": "^5.0.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.6.0",
"mini-toastr": "^0.8.1",
"nuxt": "^2.15.8",
"polygon-clipping": "^0.15.3",
"pouchdb": "^7.2.2",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2",
"vue-carousel": "^0.18.0",
"vue-clickaway": "^2.2.2",
"vue-multiselect": "^2.1.6",
"vue-notifications": "^1.0.2",
"xlsx": "^0.17.4"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "2.4.1"
}
}