-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "stylus-user-css",
"version": "1.0.0",
"description": "A collection of Stylus CSS.",
"private": true,
"author": "Vijay Hardaha <https://twitter.com/vijayhardaha>",
"license": "MIT",
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"lint": "stylelint src",
"fix": "stylelint src --fix"
},
"homepage": "https://github.com/vijayhardaha/stylus-user-css#readme",
"bugs": {
"url": "https://github.com/vijayhardaha/stylus-user-css/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vijayhardaha/stylus-user-css.git"
},
"devDependencies": {
"@wordpress/stylelint-config": "^22.6.0",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"del": "^7.1.0",
"eslint": "8.56.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-filter": "^9.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"postcss": "^8.4.44",
"postcss-discard-duplicates": "^7.0.1",
"sass": "^1.77.8",
"stylelint": "14.16.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-order": "^6.0.4"
}
}