-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2 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
{
"name": "@creative-tim-official/argon-dashboard-free",
"version": "1.0.0",
"description": "A beautiful Dashboard for Bootstrap 4. It is Free and Open Source.",
"main": "gulpfile.js",
"author": "Creative Tim",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.2.1",
"gulp-util": "^3.0.8",
"del": "^3.0.0",
"gulp-cache": "^1.0.2",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.3",
"gulp-html-prettify": "0.0.1",
"gulp-npm-dist": "^1.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.0",
"gulp-useref-plus": "0.0.8",
"gulp-wait": "0.0.2",
"postcss-flexbugs-fixes": "^3.3.1",
"pump": "^3.0.0",
"run-sequence": "^2.2.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"bootstrap-datepicker": "^1.8.0",
"chart.js": "^2.7.2",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"holderjs": "^2.9.4",
"jquery": "^3.3.1",
"jquery-scroll-lock": "^3.1.3",
"jquery.scrollbar": "^0.2.11",
"method-override": "^3.0.0",
"moment": "^2.22.2",
"mongodb": "^3.1.8",
"mongoose": "^5.3.8",
"nouislider": "^11.1.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/argon-dashboard/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/argon-dashboard.git"
},
"homepage": "https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md"
}