forked from bigcommerce/stencil-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.9 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@bigcommerce/stencil-cli",
"version": "1.3.10",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "lab server -t 80 -l -e 'development' -P spec",
"test-cov-html": "lab server -r html -o coverage.html -P spec"
},
"bin": {
"stencil": "./bin/stencil",
"stencil-start": "./bin/stencil-start",
"stencil-init": "./bin/stencil-init"
},
"config": {
"stencil_version": "1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bigcommerce/stencil-cli"
},
"author": "BigCommerce",
"license": "BSD-4-Clause",
"bugs": {
"url": "https://github.com/bigcommerce/stencil-cli/issues"
},
"homepage": "https://github.com/bigcommerce/stencil-cli",
"dependencies": {
"@bigcommerce/stencil-paper": "^1.1.6",
"@bigcommerce/stencil-styles": "^1.0.2",
"accept-language-parser": "^1.0.2",
"archiver": "^0.14.4",
"async": "^1.3.0",
"boom": "^2.7.0",
"browser-sync": "^2.6.4",
"cheerio": "^0.19.0",
"code": "^1.4.0",
"colors": "^1.0.3",
"commander": "^2.7.1",
"confidence": "^1.0.0",
"decompress-zip": "^0.2.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"front-matter": "^1.0.0",
"glob": "^5.0.14",
"glue": "^2.0.0",
"good": "^5.1.2",
"good-console": "^4.1.0",
"handlebars": "^3.0.3",
"hapi": "^8.4.0",
"hoek": "^2.12.0",
"image-size": "^0.4.0",
"inquirer": "^0.8.2",
"install": "^0.1.8",
"jsonlint": "^1.6.2",
"jsonschema": "^1.0.2",
"jspm": "^0.15.7",
"jspm-git": "^0.6.0",
"lab": "^5.5.1",
"less": "^2.5.0",
"lodash": "^3.9.0",
"memory-cache": "^0.1.4",
"npm": "^2.7.5",
"recursive-readdir": "^1.3.0",
"rewire": "^2.5.1",
"semver": "^5.3.0",
"sinon": "^1.14.1",
"tarjan-graph": "^0.3.0",
"tmp": "0.0.26",
"upath": "^0.1.7",
"when": "^3.7.7",
"wreck": "^5.4.0"
},
"devDependencies": {
"angular": "1.3.7",
"angular-animate": "1.3.7",
"angular-cache": "jmdobry/angular-cache",
"angular-cookies": "1.3.7",
"angular-gettext": "1.1.4",
"angular-sanitize": "1.3.7",
"angular-ui-router": "^0.2.18",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bcapp-pattern-lab": "git+ssh://git@github.com:bigcommerce-labs/bcapp-pattern-lab",
"clean-webpack-plugin": "^0.1.9",
"compression": "^1.6.1",
"copy-webpack-plugin": "^2.1.3",
"es6-micro-loader": "^0.2.1",
"express": "^4.13.4",
"js-cookie": "^2.1.1",
"jschannel": "meenie/jschannel",
"ng-common": "git+ssh://git@github.com:bigcommerce-labs/ng-common",
"ng-stencil-editor": "git+ssh://git@github.com:bigcommerce-labs/ng-stencil-editor",
"script-loader": "^0.7.0",
"webpack": "^1.13.0",
"webpack-livereload-plugin": "^0.8.1"
}
}