-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
{
"name": "red-hat-brand",
"version": "0.0.1",
"description": "Red Hat Brand Website",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf _site",
"bundle": "rollup -c rollup.config.js",
"start": "npm run clean && npm run bundle && eleventy --serve --incremental",
"build": "npm run bundle && eleventy"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/RedHat-UX/red-hat-brand.git"
},
"contributors": [
"Benny Powers <[email protected]>",
"Steven Spriggs <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RedHat-UX/red-hat-brand/issues"
},
"homepage": "https://github.com/RedHat-UX/red-hat-brand#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-webc": "^0.11.0",
"@11ty/eleventy-server-browsersync": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-import-css": "^3.3.1",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@patternfly/elements": "^2.3.2",
"@rhds/elements": "^1.1.0",
"lite-youtube-embed": "^0.2.0"
}
}