-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"name": "pine-interactive-map",
"version": "1.2.7",
"description": "Interactive Map for the video game Pine, that is currently in development.",
"main": "src/app.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Istador/pine-interactive-map.git"
},
"keywords": [
"html",
"js",
"css",
"leaflet",
"axios",
"webpack"
],
"author": "Robin C. Ladiges",
"license": "MPL-2.0",
"licenses": [
{
"type": "MPL-2.0",
"url": "https://github.com/Istador/pine-interactive-map/raw/public/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/Istador/pine-interactive-map/issues"
},
"homepage": "https://github.com/Istador/pine-interactive-map",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.1",
"@vue/preload-webpack-plugin": "^2.0.0",
"axios": "^1.1.3",
"babel-loader": "^9.1.0",
"babel-plugin-transform-unicode-regexp-runtime": "^1.0.2",
"core-js": "^3.26.1",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^4.2.2",
"dotenv": "^16.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"leaflet": "^1.9.3",
"leaflet-fullscreen": "^1.0.2",
"leaflet-languageselector": "github:buche/leaflet-languageselector#30f6bdcf7e2f5fe9a283f3dfc5bd6e64c94ac511",
"leaflet-panel-layers": "^1.3.1",
"mini-css-extract-plugin": "^2.7.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-spritesmith": "^1.1.0",
"wtf-plugin-html": "^1.0.0",
"wtf_wikipedia": "^10.0.3"
}
}