-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "wuthering-hacks",
"version": "1.0.0",
"description": "Wuthering Hacks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"deploy": "gulp deploy",
"debug": "gulp debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibrariesHacked/wuthering-hacks.git"
},
"author": "Libraries Hacked",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibrariesHacked/wuthering-hacks/issues"
},
"homepage": "https://github.com/LibrariesHacked/wuthering-hacks#readme",
"devDependencies": {
"del": "^6.1.1",
"gh-pages": "^5.0.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlclean": "^2.7.22",
"gulp-inject": "^5.0.5",
"gulp-live-server": "^0.0.31",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"bootstrap": "^4.6.2",
"bootswatch": "^4.6.2",
"colorbrewer": "^1.5.6",
"crossfilter2": "^1.5.4",
"d3": "^7.9.0",
"dc": "^4.2.7",
"dc.leaflet": "^0.5.6",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"jquery-csv": "^1.0.40",
"leaflet": "^1.9.4",
"mapbox-gl": "^1.13.3",
"mapbox-gl-leaflet": "^0.0.15",
"popper.js": "^1.16.1"
}
}