forked from realitymod/PRGallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 868 Bytes
/
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
{
"name": "reality-gallery",
"version": "1.0.0",
"description": "",
"author": "UTurista",
"license": "GPL-3.0",
"dependencies": {
"@uirouter/angularjs": "^1.0.13",
"angular": "^1.6.8",
"leaflet": "^1.3.0",
"leaflet-rotatedmarker": "^0.2.0"
},
"devDependencies": {
"@types/node": "^9.4.4",
"@types/angular": "^1.6.40",
"@types/leaflet": "^1.2.5",
"browserify": "^15.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.2.0",
"gulp-htmlmin": "^4.0.0",
"gulp-live-server": "^0.0.31",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify-es": "^1.0.0",
"node-sass": "^4.7.2",
"tsify": "^3.0.4",
"typescript": "^2.6.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}