-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "zuix-web-starter",
"version": "1.0.0",
"private": true,
"description": "Starter project for component oriented web development.",
"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",
"web-starter",
"component oriented web",
"static-site",
"template",
"node",
"javascript"
],
"author": "G-Labs",
"license": "MIT",
"homepage": "https://github.com/zuixjs",
"repository": "https://github.com/zuixjs/zuix-web-starter",
"devDependencies": {
"chokidar": "^2.1.5",
"config": "^1.31.0",
"delay": "^2.0.0",
"es6-promise": "^4.2.6",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"fs-extra": "^5.0.0",
"highlight.js": "^9.15.6",
"html-minifier": "^3.5.21",
"http-server": "^0.11.1",
"jsdom": "^11.12.0",
"json-stringify": "^1.0.0",
"less": "^3.9.0",
"measure-time": "^3.1.1",
"ncp": "^2.0.0",
"npmlog": "^4.1.2",
"request": "^2.88.0",
"showdown": "^1.9.0",
"static-site": "^1.3.4",
"swig-extras": "latest",
"swig-marked": "0.0.1",
"swig-templates": "latest",
"sync-request": "^6.1.0",
"terminal-kit": "^1.27.2",
"workbox-build": "^3.6.3",
"zuix-dist": "^1.0.4"
}
}