-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·71 lines (71 loc) · 1.96 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
{
"name": "gogocarto-js",
"version": "1.7.5",
"homepage": "https://gitlab.adullact.net/pixelhumain/GoGoCartoJs",
"description": "A javascript component to create terrific cartography ! Front end part of GoGoCarto project",
"keywords": [
"map",
"dataviz"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.adullact.net/pixelhumain/GoGoCartoJs.git"
},
"dependencies": {
"commonmark": "^0.29.0",
"diff": "^4.0.1",
"jquery": "2.2.1",
"jquery-ui-dist": "^1.12.1",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"nouislider": "^14.0.3",
"nunjucks": "^3.2.0",
"tinycolor2": "^1.4.1",
"universal-geocoder": "^0.13.0",
"unorm": "^1.6.0"
},
"devDependencies": {
"@types/commonmark": "^0.27.4",
"@types/diff": "^4.0.2",
"@types/jquery": "^2.0.54",
"@types/jqueryui": "^1.12.10",
"@types/leaflet": "~1.0.69",
"@types/nouislider": "^9.0.5",
"@types/nunjucks": "^3.1.2",
"@types/tinycolor2": "^1.4.2",
"@types/unorm": "^1.3.27",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"del": "^2.2.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks": "3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^2.0.0",
"http-server": "^0.12.1",
"natives": "^1.1.6",
"node-notifier": "^4.6.1",
"prettier": "^2.0.4",
"tsify": "^4.0",
"typescript": "^3.8",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"scripts": {
"lint": "eslint '*/**/*.{js,ts}' --fix",
"build": "gulp build",
"watch": "gulp watch",
"serve": "http-server"
}
}