-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.25 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
{
"name": "@yodasws/webtoolkit",
"version": "0.3.0",
"description": "Sam Grundman's Super Awesome Gulp Web Development Toolkit",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/YodasWs/webtoolkit.git"
},
"author": "Samuel B Grundman (https://github.com/YodasWs/)",
"bugs": {
"url": "https://github.com/YodasWs/webtoolkit/issues"
},
"homepage": "https://github.com/YodasWs/webtoolkit#readme",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@mightyplow/sass-dedup-importer": "^1.1.1",
"@yodasws/gulp-pattern-replace": "^1.1.1",
"file-exists": "^4.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-dart-sass": "^1.1.0",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-order": "^1.1.1",
"gulp-rm-lines": "<1.0.0",
"gulp-run-command": "<1.0.0",
"gulp-sass-lint": "^1.4.0",
"gulp-ssi": "^0.1.3",
"gulp-strip-css-comments": "^2.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.84.1",
"webpack-stream": "^7.0.0",
"yargs": "^16.2.0"
},
"directories": {
"lib": "lib"
}
}