-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.57 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
53
54
55
56
57
58
59
60
{
"name": "@yodasws/webtoolkit",
"version": "0.5.3",
"description": "Sam Grundman's Super Awesome Gulp Web Development Toolkit",
"main": "gulpfile.js",
"type": "module",
"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",
"scripts": {
"build": "gulp compile",
"dev": "gulp",
"lint": "gulp lint",
"start": "gulp serve",
"test": "gulp test:js"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@yodasws/gulp-pattern-replace": "^1.1.1",
"@yodasws/gulp-stylelint": "^1.0.0",
"babel-loader": "^9.1.0",
"file-exists": "^4.0.0",
"font-awesome": "^4.7.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint-new": "^2.4.0",
"gulp-file": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-order": "^1.2.0",
"gulp-rm-lines": "<1.0.0",
"gulp-run-command": "<1.0.0",
"gulp-sass": "^6.0.0",
"gulp-ssi": "^0.1.3",
"gulp-strip-css-comments": "^2.0.0",
"postcss": "^8.5.6",
"postcss-scss": "^4.0.9",
"sass": "^1.85.1",
"stylelint": "^16.26.1",
"stylelint-config-recommended-scss": "^16.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^5.84.1",
"webpack-stream": "^7.0.0",
"yargs": "^18.0.0"
},
"directories": {
"lib": "lib"
},
"packageManager": "yarn@4.12.0"
}