-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "journeymap",
"version": "1.0.0",
"private": true,
"dependencies": {
"@babel/core": "7.16.10",
"@babel/preset-env": "7.16.10",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@gorymoon/minecraft-text": "^1.0.1",
"@types/leaflet": "1.7.8",
"babel-loader": "8.2.3",
"bowser": "^2.11.0",
"browserslist": "^4.21.4",
"buefy": "0.9.14",
"core-js": "^3.20.3",
"css-loader": "6.5.1",
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^8.3.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "6.2.0",
"intersection-observer": "0.12.0",
"leaflet": "^1.7.1",
"leaflet-rotatedmarker": "0.2.0",
"mini-css-extract-plugin": "2.5.2",
"regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "5.3.0",
"update-browserslist-db": "^1.0.10",
"vue": "2.6.14",
"vue-loader": "15.9.8",
"vue2-leaflet": "^2.7.1",
"webpack": "^5.76.0",
"webpack-cli": "4.9.1"
},
"scripts": {
"build": "webpack",
"build-dev": "webpack --mode=development"
},
"devDependencies": {
"css-minimizer-webpack-plugin": "^4.2.2",
"last-call-webpack-plugin": "^3.0.0"
}
}