forked from QueenCityCodeFactory/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "cakephp-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js"
},
"author": "Willetts Technology, Inc.",
"license": "UNLICENSED",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@ttskch/select2-bootstrap4-theme": "^1.4.0",
"bootstrap": "^4.5.0",
"inputmask": "^5.0.3",
"jquery": "^3.5.1",
"jquery-countdown": "^2.2.0",
"jsrender": "^1.0.6",
"moment": "^2.26.0",
"npm": "^6.14.5",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"select2-bootstrap4-theme": "^1.0.0",
"tempusdominus-bootstrap-4": "^5.1.2",
"tempusdominus-core": "^5.0.3"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"beepbeep": "^1.3.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-expect-file": "^1.0.2",
"gulp-flatmap": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"path": "^0.12.7",
"postcss-import": "^12.0.1",
"stream-switch": "^0.1.1",
"through2": "^3.0.1"
}
}