-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.48 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
{
"name": "zuix-web-template",
"version": "1.0.0",
"description": "Simple website template with markdown support, powered by zUIx Web Starter.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server --cors ./docs",
"watch": "node tasks/zuix/bin/watch",
"build": "node tasks/zuix/bin/build"
},
"keywords": [
"zuix",
"website",
"template",
"markdown",
"mdl",
"material design",
"pwa",
"simple",
"webapp",
"blog",
"book"
],
"author": "G-Labs",
"contributors": [],
"license": "MIT",
"homepage": "https://github.com/zuixjs",
"repository": {
"type": "git",
"url": "https://github.com/zuixjs/zuix-web-template"
},
"devDependencies": {
"chokidar": "^2.0.4",
"config": "^1.30.0",
"delay": "^2.0.0",
"es6-promise": "latest",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"fs-extra": "^5.0.0",
"highlight.js": "latest",
"html-minifier": "^3.5.19",
"http-server": "^0.11.1",
"jsdom": "^11.11.0",
"json-stringify": "^1.0.0",
"less": "^3.7.1",
"measure-time": "^3.1.1",
"ncp": "^2.0.0",
"npmlog": "^4.1.2",
"request": "^2.87.0",
"showdown": "^1.8.6",
"static-site": "^1.3.4",
"swig-extras": "latest",
"swig-marked": "0.0.1",
"swig-templates": "latest",
"sync-request": "^6.0.0",
"terminal-kit": "^1.17.12",
"workbox-build": "^3.4.1",
"zuix-dist": "^0.4.9-49"
}
}