-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "device",
"version": "0.8.0",
"description": "site with 2 pages",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint \"./src/**/*.scss\" --fix --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teihden/device.git"
},
"keywords": [
"site",
"pug",
"scss",
"javascript"
],
"author": "Teihden",
"license": "ISC",
"bugs": {
"url": "https://github.com/Teihden/device/issues"
},
"homepage": "https://github.com/Teihden/device#readme",
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.1.1",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.0",
"del": "^7.0.0",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-pug": "^5.0.0",
"gulp-pug-linter": "^1.5.0",
"gulp-sass": "^5.1.0",
"postcss": "^8.4.21",
"pug-lint": "^2.6.0",
"pug-lint-config-clock": "^2.0.0",
"puglint-stylish": "^1.1.0",
"sass": "^1.62.1",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.3"
}
}