-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.03 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
{
"name": "zeps-gui",
"version": "1.8.4",
"description": "The GUI of a path calculator for Minecraft",
"main": "web/js/index.js",
"scripts": {
"build": "webpack",
"watch": "webpack serve --watch",
"webpack-server": "webpack-dev-server --host 0.0.0.0",
"php-server": "WEBPACK_DEV_SERVER=\"8080\" php -S 0.0.0.0:8888 -t ./web/",
"dev": "npm-run-all --parallel php-server webpack-server",
"prod": "rm -rf web/dist && NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zDevelopers/ZePS-GUI.git"
},
"keywords": [
"gps",
"minecraft",
"routing",
"map",
"localization",
"pathfinding"
],
"contributors": [
"Amaury Carrade (https://amaury.carrade.eu)",
"Florian Cassayre (https://florian.cassayre.me)",
"Adrien Prokopowicz"
],
"license": "CECILL-B",
"bugs": {
"url": "https://github.com/zDevelopers/ZePS-GUI/issues"
},
"homepage": "https://github.com/zDevelopers/ZePS-GUI#readme",
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"dependencies": {
"bulma": "^0.6.2",
"bulma-pageloader": "^1.0.1",
"bulma-timeline": "^2.0.1",
"bulma-tooltip": "^1.0.4",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"leaflet": "^1.3.1",
"leaflet-easybutton": "^2.3.0"
},
"devDependencies": {
"@webpack-cli/serve": "^1.0.1",
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^5.0.0",
"dumpmeta-webpack-plugin": "^0.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^1.2.0",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.8.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
}
}