-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.39 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
{
"name": "enoki-starterkit",
"version": "1.0.2",
"description": "A simple place to start",
"main": "index.js",
"scripts": {
"start": "enoki content -w & watchify source/index.js -o bundles/bundle.js -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 yo-yoify -t [ sheetify -u sheetify-cssnext ] -g es2040 -p [ css-extract -o bundles/bundle.css ] -p tinyify"
},
"keywords": [],
"author": "Jon-Kyle <[email protected]> (http://jon-kyle.com)",
"repository": "git remote add origin https://github.com/enokidotsite/design-starterkit.git",
"license": "Apache-2.0",
"dependencies": {
"brfs": "^1.4.3",
"choo": "^6.0.0",
"enoki": "^2.1.0",
"markdown-it": "^8.4.0",
"nanoassert": "^1.1.0",
"nanocomponent": "^6.4.0",
"object-keys": "^1.0.11",
"object-values": "^1.0.0",
"query-string": "^5.0.0",
"xhr": "^2.4.0",
"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.3.2",
"sheetify-cssnext": "^1.0.7",
"tinyify": "^2.4.0",
"watchify": "^3.10.0"
}
}