-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.71 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.71 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
65
66
67
68
{
"name": "zuixjs.org",
"version": "1.1.1",
"private": true,
"description": "zuix.js home and documentation site.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve --config=.eleventy.mjs",
"incremental": "npx @11ty/eleventy --incremental --serve --config=.eleventy.mjs",
"build": "npx @11ty/eleventy --config=.eleventy.mjs"
},
"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.2.7"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@11ty/eleventy-server-browsersync": "^1.0.2",
"capture-console": "^1.0.2",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"codemirror": "^5.65.21",
"compression": "^1.8.1",
"config": "^4.4.1",
"eslint": "^10.2.0",
"jsdom": "^29.0.1",
"less": "^4.1.3",
"mkdirp": "^3.0.1",
"moment": "^2.30.1",
"nunjucks": "^3.2.4",
"tree-kill": "^1.2.2",
"yaml": "^2.8.3",
"yesno": "^0.4.0",
"zuix": "^0.5.5"
},
"overrides": {
"lodash-es": "4.17.21",
"axios": "^1.6.2",
"send": "^0.18.0",
"serialize-javascript": "^7.0.5"
}
}