forked from PopulateTools/gobierto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.63 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"license": "SEE LICENSE IN LICENSE-AGPLv3.txt",
"dependencies": {
"@claviska/jquery-minicolors": "^2.3.2",
"@finos/perspective-viewer": "^0.5.1",
"@finos/perspective-viewer-d3fc": "^0.5.1",
"@finos/perspective-viewer-datagrid": "^0.5.1",
"@finos/perspective-webpack-plugin": "^0.5.0",
"@rails/webpacker": "^4.0.2",
"accounting": "^0.4.1",
"air-datepicker": "^2.2.3",
"axios": "^0.19.0",
"cleave.js": "^1.1.3",
"codemirror": "^5.35.0",
"core-js": "^3.2.1",
"cropperjs": "^1.3.2",
"crossfilter2": "^1.4.5",
"css-vars-ponyfill": "^2.1.2",
"d3": "^4.x",
"d3-jetpack": "^2.0.16",
"d3-svg-legend": "^2.25.5",
"dc": "^3.0.6",
"devbridge-autocomplete": "^1.4.7",
"flightjs": "^1.5.2",
"fullcalendar": "^3.9.0",
"geocomplete": "^1.7.0",
"i18n-js": "^3.0.3",
"jqtree": "^1.4.5",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"jquery-visible": "^1.2.0",
"jsgrid": "^1.5.3",
"leaflet": "^1.5.1",
"less-loader": "^6.2.0",
"lightbox2": "^2.10.0",
"lodash": "^4.17.19",
"magnific-popup": "^1.1.0",
"mailcheck": "^1.1.1",
"mapbox-gl": "^1.4.1",
"marked": "^1.1.0",
"moment": "^2.21.0",
"moment-locales-webpack-plugin": "^1.0.7",
"mustache": "^2.3.0",
"regenerator-runtime": "^0.13.3",
"select2": "4.0.8",
"simplemde": "^1.11.2",
"slickgrid-es6": "^3.0.1",
"sortablejs": "^1.8.4",
"sql-formatter": "^2.3.3",
"sticky-kit": "^1.1.3",
"tipsy-1a": "^1.0.0",
"turbolinks": "^5.1.1",
"turndown": "^6.0.0",
"velocity-animate": "^1.5.1",
"velocity-ui-pack": "^1.2.2",
"vue": "^2.5.16",
"vue-codemirror": "^4.0.6",
"vue-loader": "^15.7.0",
"vue-mapbox": "^0.4.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vue-turbolinks": "^2.0.4",
"vue2-leaflet": "^2.2.1",
"webpack-jquery-ui": "^2.0.1",
"webpack-merge": "^4.1.2",
"wicket": "^1.3.5"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-plugin-vue": "^5.2.3",
"husky": "^4.2.5",
"sass-lint": "^1.13.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"jslint": "eslint $(git diff --name-status master | grep -E '.js$|.vue$' | cut -f 2)",
"jslint:fix": "yarn run jslint --fix",
"csslint": "sass-lint -v $(git diff --name-status master | grep -E '.css$|.scss$' | cut -f 2)",
"pre_commit_i18n_check": "script/check_i18n.sh"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre_commit_i18n_check"
}
}
}