This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.76 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
{
"name": "siteMaster",
"version": "1.7.1",
"description": "Manage Multiple Static sites with Brunch, Teacup and Mithril",
"main": "index.js",
"scripts": {
"start": "cake go",
"upload": "cake upload",
"test": "brunch test"
},
"keywords": [
"halvalla",
"brunch",
"single page application",
"mithril"
],
"author": "James Hinds",
"license": "ISC",
"devDependencies": {
"auto-reload-brunch": "^1.7.8",
"babel-brunch": "^6.1.1",
"babel-plugin-minify-dead-code-elimination": "^0.1.7",
"babel-preset-react": "^6.24.1",
"brunch": "^2.10.12",
"chokidar": "^1.7.0",
"clean-css-brunch": "^1.8.0",
"coffee-script-brunch": "latest",
"javascript-brunch": "^1.7.1",
"minimist": "^1.2.8",
"mkdirp": "^0.5.6",
"pushserve": "^1.0.2",
"slug": "^0.9.4",
"uglify-js-brunch": "^2.10.0",
"yamljs": "^0.2.10",
"yamljs-front-matter": "github:chrisprice/yamljs-front-matter"
},
"dependencies": {
"ace-css": "^1.1.0",
"backbone": "^1.4.1",
"basscss-grid": "^2.0.0",
"blaze": "^4.2.0",
"bootstrap": "^4.6.2",
"cheerio": "^0.20.0",
"coffee-script": "^1.12.7",
"commander": "^2.20.3",
"cson": "^5.1.0",
"css-brunch": "^1.7.0",
"font-face-observer": "^1.0.0",
"fs-extra": "^0.28.0",
"gzip-brunch": "^1.3.0",
"halvalla": "^1.8.5",
"halvalla-pages-brunch": "^0.9.0",
"jquery": "^3.7.0",
"jsonp": "^0.2.1",
"loglevel": "^1.8.1",
"mithril": "^1.1.7",
"mmsvg": "^1.5.3",
"moment": "^2.29.4",
"mss-js": "^0.3.2",
"palx": "^1.0.3",
"path": "^0.12.7",
"pre-compressed-assets": "^1.1.0",
"reflexbox": "^3.0.1",
"request": "^2.88.2",
"rsync": "^0.4.0",
"underscore": "^1.13.6",
"zlib": "^1.0.5"
}
}