forked from yousinix/portfolYOU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.76 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.76 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
61
62
63
64
{
"name": "feeedback.github.io",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"build-11y": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"watchGulp": "gulp",
"deploy-gh-pages": "gh-pages -d _site",
"build": "gulp build",
"beforeBuild": "gulp beforeBuild",
"afterBuild": "gulp afterBuild",
"build-and-deploy": "npm run build & npm run deploy-gh-pages"
},
"engines": {
"node": "14.*.*",
"npm": "6.*.*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feeedback/feeedback.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/feeedback/feeedback.github.io/issues"
},
"homepage": "https://github.com/feeedback/feeedback.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@fullhuman/postcss-purgecss": "^2.3.0",
"animate.css": "^3.7.0",
"autoprefixer": "^9.8.6",
"bootstrap": "^4.5.2",
"browser-sync": "^2.26.12",
"css-declaration-sorter": "^5.1.2",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-terser": "^1.3.2",
"gulp-webp": "^4.0.1",
"js-yaml": "^3.14.0",
"markdown-it": "^11.0.0",
"node-sass": "^4.14.1",
"png-to-jpeg": "^1.0.1",
"postcss-calc": "^7.0.3",
"postcss-custom-properties": "^9.1.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-merge-rules": "^4.0.3",
"postcss-scss": "^2.1.1"
}
}