-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 1.83 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
{
"title": "Squadlanes",
"name": "squadlanes",
"version": "2.5.7",
"scripts": {
"start": "node_modules/.bin/parcel src/index.html",
"build": "node_modules/.bin/parcel build src/index.html",
"format": "node_modules/.bin/prettier --write src",
"format-check": "node_modules/.bin/prettier --check src",
"deploy": "rsync -avz --stats --delete dist/ personal-vps:/var/www/squadlanes.com/public/",
"dev-deploy": "rsync -avz --stats --delete dist/ personal-vps:/var/www/dev.squadlanes.com/public/"
},
"description": "Interactive Squad Maps to help with RAAS capture point prediction",
"homepage": "https://squadlanes.com",
"bugs": {
"url": "https://github.com/w4rum/squadlanes/issues"
},
"license": "AGPL-3.0-only",
"author": "Tim | w4rum",
"contributors": [
"Tim | w4rum",
"grey275",
"Captain",
"Angatar",
"RacialConfusion",
"sugordon"
],
"repository": {
"type": "git",
"url": "https://github.com/w4rum/squadlanes"
},
"dependencies": {
"@types/leaflet": "^1.7.10",
"@vue/component-compiler-utils": "^3.2.0",
"@vue/composition-api": "*",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.21.2",
"browser-sync": "^2.26.7",
"brython": "^3.10.5",
"del": "^5.1.0",
"jquery": "3.5.1",
"leaflet": "^1.7.1",
"merge-stream": "^2.0.0",
"parcel-bundler": "^1.12.5",
"popper": "^1.0.1",
"prettier": "^2.3.0",
"queue-typescript": "^1.0.1",
"rxjs": "^5.5.12",
"sass": "^1.32.11",
"typescript": "^4.7.2",
"vue": "2.6.12",
"vue-hot-reload-api": "^2.3.4",
"vue-template-compiler": "2.6.12",
"yaml": "^1.10.2",
"yaml-js": "^0.2.3"
}
}