-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 936 Bytes
/
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
{
"name": "tribe-helpdesk",
"version": "0.1.0",
"license": "GPL-3.0",
"description": "gulp",
"homepage": "https://support.theeventscalendar.com",
"repository": {
"type": "git",
"url": "https://github.com/mt-support/tribe-helpdesk"
},
"scripts": {
"local-server": "node ./utilities/serve.js"
},
"dependencies": {
"chalk": "^2.4.2",
"express": "^4.17.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"core-js": "^3.11.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"gulp-wrapper": "^1.0.0",
"node-sass": "^4.14.1"
},
"browserslist": "> 0.25%, not dead"
}