-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "project-template",
"version": "0.0.0",
"description": "Template for HTML/CSS/JS (frontend) projects.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NoTengoBattery/html-css-template.git"
},
"author": "Oever González (NoTengoBattery)",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoTengoBattery/html-css-template/issues"
},
"homepage": "https://github.com/NoTengoBattery/html-css-template#readme",
"devDependencies": {
"@lhci/cli": "*",
"@popperjs/core": "*",
"bootstrap": "*",
"foundation-sites": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-clean-css": "*",
"gulp-postcss": "*",
"gulp-purgecss": "*",
"gulp-watch": "*",
"hint": "*",
"jquery": "*",
"less": "*",
"lighthouse": "*",
"popper.js": "*",
"postcss": "*",
"purgecss-from-html": "*",
"sass": "*",
"stylelint": "*",
"stylelint-config-standard": "*",
"stylelint-csstree-validator": "*",
"stylelint-scss": "*",
"typescript": "*",
"what-input": "*"
}
}