-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.68 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
{
"name": "oral-history-front",
"version": "5.0.1",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack serve --mode development --progress",
"build": "webpack --progress",
"watch": "rimraf ./dist && npm run build -- --watch",
"dev": "rimraf ./dist && npm run build",
"prod": "rimraf ./dist && npm run build -- --mode=production",
"data": "node ./scripts/getCities.js",
"update": "ncu -u -x sass,@mdi/js",
"docker": "docmypkg -r registry.nextgis.com -n pastandnow -l -d ./docker",
"prepare:filter": "node ./scripts/prepareFilterData.js"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@mapbox/geojson-extent": "^1.0.1",
"@mdi/js": "5.9.55",
"@nextgis/eslint-config": "^2.0.2",
"@nextgis/icons": "^3.0.0-alpha.13",
"@nextgis/maplibre-gl-map-adapter": "^3.0.0-alpha.13",
"@nextgis/ngw-map": "^3.0.0-alpha.16",
"@nextgis/url-runtime-params": "^3.0.0-alpha.13",
"@nextgis/vue2-ngw-map": "^2.2.1",
"@nextgis/vue2-ngw-maplibre-gl": "^2.2.1",
"@nextgis/webmap": "^3.0.0-alpha.13",
"@turf/bbox": "^7.0.0",
"canvg": "^3.0.9",
"core-js": "^3.20.2",
"maplibre-gl": "^4.7.1",
"pinia": "^2.1.7",
"regenerator": "^0.14.7",
"urlify": "^0.3.6",
"vue": "^2.7.16",
"vue-router": "^3.5.3",
"vue-social-sharing": "^3.0.8",
"vuetify": "^2.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@gfx/zopfli": "^1.0.15",
"@types/events": "^3.0.0",
"@types/geojson": "^7946.0.8",
"@types/node": "^17.0.8",
"@vue/eslint-config-typescript": "^13.0.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.5.1",
"docmypkg": "^0.0.1",
"eslint-plugin-vue": "^9.26.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.6",
"sass": "~1.32.13",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.4.0",
"typescript": ">=4.3.5 <5.4.0",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vuetify-loader": "^1.9.2",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"packageManager": "[email protected]+sha256.08ead1821a257416e6f217e89365425bf4b6d2430c3279318bedcec1a245fff5"
}