forked from cakephp/app
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
{
"name": "cakephp-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js",
"lint": "node ./node_modules/gulp/bin/gulp.js lint",
"lint:js": "jshint assets/app/js/",
"lint:scss": "stylelint 'assets/app/scss/**/*.scss'"
},
"author": "Willetts Technology, Inc.",
"license": "UNLICENSED",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"inputmask": "^5.0.9",
"tom-select": "^2.4.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-expect-file": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"sass": "^1.83.0",
"stylelint": "^17.6.0",
"stylelint-config-standard-scss": "^17.0.0"
},
"overrides": {
"jshint": {
"lodash": "^4.17.24",
"minimatch": "^3.1.5"
},
"gulp-jshint": {
"lodash": "^4.17.24"
}
}
}