-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 1.97 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
{
"name": "@iceroad/martinet",
"version": "1.1.1",
"description": "A simplified build system for static sites and single-page webapps, based on Webpack 2.",
"main": "lib/engine",
"scripts": {
"test": "node_modules/.bin/mocha --recursive test"
},
"bin": {
"martinet": "./lib/cli.js",
"please": "./lib/cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:iceroad/martinet.git"
},
"keywords": [
"build-system",
"webpack",
"static-site",
"sitegen",
"site-generator",
"single-page-app",
"esnext",
"es6",
"es2015",
"react",
"less",
"pug-lang",
"tree-shaking"
],
"author": "Mayank Lahiri <mayank@iceroad.io>",
"license": "MIT",
"dependencies": {
"angular2-template-loader": "^0.6.2",
"async": "^2.5.0",
"awesome-typescript-loader": "^3.2.1",
"aws-sdk": "^2.88.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"colors": "^1.1.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"fs-extra": "^4.0.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"json-loader": "^0.5.4",
"json-stable-stringify": "^1.0.1",
"jsonlint": "^1.6.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"mime": "^1.3.6",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"pug-html-loader": "^1.1.5",
"runtype": "^0.2.3",
"style-loader": "^0.18.2",
"temp": "^0.8.3",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.4.1",
"walk": "^2.3.9",
"webpack": "^3.3.0",
"ws": "^3.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"chai": "^4.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"pre-commit": "^1.2.2"
}
}