-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
52 lines (52 loc) · 1.76 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
51
52
{
"name": "docs-inclusive-design",
"description": "Strategies and best practices for inclusive design.",
"version": "0.1.0",
"author": "Fluid Project",
"license": "BSD-3-Clause",
"bugs": "http://github.com/inclusive-design/guide.inclusivedesign.ca/issues",
"repository": "http://github.com/inclusive-design/guide.inclusivedesign.ca",
"homepage": "https://guide.inclusivedesign.ca",
"keywords": [
"fluid",
"documentation",
"eleventy",
"static site",
"responsive"
],
"scripts": {
"build": "npm-run-all -l clean build:*",
"build:webpack": "mix --production",
"build:eleventy": "cross-env NODE_ENV=production eleventy",
"clean": "rimraf dist",
"lint": "fluid-lint-all",
"start": "npm-run-all -l clean -p start:*",
"start:webpack": "mix watch",
"start:eleventy": "cross-env NODE_ENV=development eleventy --serve"
},
"dependencies": {
"@11ty/eleventy": "0.12.1",
"@11ty/eleventy-navigation": "0.3.2",
"eleventy-plugin-fluid": "0.3.1",
"infusion": "4.0.0-dev.20210622T193827Z.ac6adb829.FLUID-6629"
},
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"cross-env": "7.0.3",
"debug": "4.3.2",
"eleventy-plugin-i18n-gettext": "1.5.1",
"fluid-lint-all": "1.1.5",
"html-minifier": "4.0.0",
"husky": "4.3.0",
"laravel-mix": "6.0.27",
"markdown-it": "12.2.0",
"move-file": "2.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.3.11",
"resolve-url-loader": "4.0.0",
"rimraf": "3.0.2",
"slugify": "1.6.0",
"vue-template-compiler": "2.6.14"
}
}