-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "marko-starter",
"version": "2.1.0",
"description": "Simplify building and running a marko project",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko-starter"
},
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>",
"license": "MIT",
"bin": {
"marko-starter": "./bin/marko-starter"
},
"dependencies": {
"app-root-dir": "^1.0.2",
"browser-refresh": "^1.7.1",
"browser-refresh-taglib": "^1.1.0",
"colors": "^1.1.2",
"fashion-model": "^5.0.19",
"fashion-model-defaults": "^1.0.1",
"http-server": "^0.10.0",
"lasso": "^3.1.2",
"marko": "^4.1.1",
"marko-starter-generic-server": "^1.1.0",
"marko-starter-lasso": "^2.0.2",
"mkdirp": "^0.5.1",
"raptor-util": "^3.1.0",
"require-self-ref": "^2.0.1",
"resolve-from": "^2.0.0",
"reverse-path": "0.0.1",
"rimraf": "^2.5.4",
"routes-table": "^1.2.1",
"try-require": "^1.2.1"
},
"devDependencies": {
"eslint": "^3.13.0",
"eslint-config-marko": "latest"
}
}