-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.67 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
91
92
93
94
95
{
"author": "joandvgv",
"name": "visitme-frontend",
"version": "0.0.1",
"license": "UNLICENSED",
"private": true,
"main": "index.js",
"scripts": {
"deploy": "ts-node bin/deploy.ts",
"main": "gulp serve-main",
"build-main": "gulp build-visitme --verbose",
"lookup": "sourcemap-lookup"
},
"dependencies": {
"bootstrap": "^4.0.0-beta.3",
"bootstrap-colorpicker": "^2.5.2",
"bootstrap-datepicker": "^1.7.1",
"bootstrap4c-dropzone": "^1.0.4",
"chart.js": "^2.7.2",
"chart.piecelabel.js": "^0.9.0",
"clipboard": "^2.0.1",
"datatables.net-bs4": "^1.10.16",
"datatables.net-responsive-bs4": "^2.2.1",
"dropzone": "^5.4.0",
"easy-autocomplete": "^1.3.5",
"handlebars": "^4.0.11",
"jquery": "^3.2.1",
"jquery-confirm": "^3.3.2",
"jquery-serializejson": "^2.8.1",
"jquery-ui": "^1.12.1",
"jquery-validation": "^1.17.0",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"moment-timezone": "^0.5.25",
"popper.js": "^1.12.9",
"pretty-checkbox": "^3.0.3",
"sammy": "^0.7.6",
"select2": "^4.0.6-rc.1",
"select2-bootstrap4-theme": "^1.0.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@types/node": "^9.4.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.5",
"child_process": "^1.0.2",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^4.0.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-remove-line": "^1.0.4",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-replace-string": "^0.6.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.1",
"gulp-useref": "^3.1.4",
"gulp-wrap": "^0.13.0",
"path": "^0.12.7",
"prettier-eslint": "^8.8.1",
"run-sequence": "^2.2.1",
"sourcemap-lookup": "0.0.4",
"ts-node": "^5.0.0",
"typescript": "^2.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/joandvgv/visitme"
},
"engines": {
"node": "8.0.0"
}
}