-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.42 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.42 KB
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
{
"name": "enoki-site",
"version": "2.1.0",
"description": "The Enoki website",
"main": "source/index.js",
"scripts": {
"start": "enoki content -w & watchify source/index.js -o bundles/bundle.js -t brfs -t sheetify -p [ css-extract -o bundles/bundle.css ] source/index.js",
"dev": "enoki content --watch & budo source/index.js --dir -s bundles/bundle.js -P -- -t sheetify -p [ css-extract -o bundles/bundle.css ]",
"build": "enoki content && browserify source/index.js -o bundles/bundle.js -t brfs -t yo-yoify -t [ sheetify -u sheetify-cssnext ] -g es2040 -p [ css-extract -o bundles/bundle.css ] -p tinyify"
},
"keywords": [],
"author": "Jon-Kyle <contact@jon-kyle.com> (http://jon-kyle.com)",
"license": "ISC",
"dependencies": {
"choo": "^6.0.0",
"enoki": "^2.1.0",
"markdown-it": "^8.4.1",
"markdown-it-external-links": "0.0.6",
"nano-markdown": "^1.2.0",
"nanocomponent": "^6.4.0",
"nanoreset": "^1.2.0",
"object-keys": "^1.0.11",
"object-values": "^1.0.0",
"paper": "^0.11.5",
"query-string": "^5.0.0",
"uuid-v4": "^0.1.0",
"warpjs": "^1.0.8",
"xhr": "^2.4.1",
"xtend": "^4.0.1",
"yo-yoify": "^3.7.3"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^15.2.0",
"css-extract": "^1.2.0",
"es2040": "^1.2.6",
"sheetify": "^7.0.0",
"sheetify-cssnext": "^1.0.7",
"tinyify": "^2.4.0",
"watchify": "^3.10.0"
}
}