-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "gulp4-ps-tasks",
"version": "0.1.10",
"description": "Gulp 4.0 tasks useful for PowerSchool Customizations development",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/gulp-ps-tasks.git"
},
"author": "Issac Gable <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/gulp-ps-tasks/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/gulp-ps-tasks#readme",
"dependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"del": "^5.1.0",
"eslint": "^6.8.0",
"find-project-root": "^1.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat-css": "^3.1.0",
"gulp-debug": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-image": "^6.0.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^2.0.2",
"gulp-preprocess": "^3.0.3",
"gulp-sass": "^4.0.2",
"gulp-sftp": "^0.1.5",
"gulp-template": "^5.0.0",
"gulp-watch": "^5.0.1",
"gulp-zip": "^5.0.1",
"lazypipe": "^1.0.2",
"minimist": "^1.2.0",
"normalize-path": "^3.0.0",
"pkginfo": "^0.4.1",
"run-sequence": "^2.2.1",
"webpack-stream": "^5.2.1"
},
"devDependencies": {
"@babel/register": "^7.8.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}