-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
62
{
"name": "zuixjs.org",
"version": "1.0.0",
"private": true,
"description": "zuix.js home and documentation site.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"incremental": "npx @11ty/eleventy --incremental --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [
"zuix",
"zuixjs",
"web-starter",
"component oriented web",
"static-site",
"template",
"node",
"eleventy",
"javascript"
],
"license": "MIT",
"author": {
"name": "G-Labs",
"email": "info@glabs.it",
"url": "https://glabs.it/"
},
"homepage": "https://zuixjs.org/",
"repository": {
"type": "git",
"url": "git://github.com/zuixjs/zuix.git"
},
"bugs": "https://github.com/zuixjs/zuix-web-starter/issues",
"dependencies": {
"animate.css": "^4.1.1",
"flex-layout-attribute": "^1.0.3",
"fuse.js": "^6.6.2",
"zuix-dist": "^1.1.29"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-server-browsersync": "^1.0.2",
"capture-console": "^1.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"config": "^3.3.9",
"eslint": "^8.38.0",
"eslint-config-google": "^0.14.0",
"jsdom": "^19.0.0",
"less": "^4.1.3",
"markdown-it": "^12.3.2",
"mkdirp": "^1.0.4",
"moment": "^2.29.4",
"nunjucks": "^3.2.4",
"yaml": "^2.2.2",
"yesno": "^0.3.1",
"zuix": "^0.4.3"
}
}