-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.31 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
{
"name": "dat-reads",
"version": "0.1.0",
"description": "Goodreads but good",
"main": "source/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": "Gina Giampaolo<[email protected]> (https://whoisgina.com)",
"license": "Apache-2.0",
"dependencies": {
"choo": "^6.0.0",
"dateformat": "^3.0.3",
"enoki": "github:joehand/enoki",
"markdown-it": "^8.4.1",
"markdown-it-implicit-figures": "^0.6.0",
"nanocomponent": "^6.4.0",
"nanoreset": "^1.2.0",
"object-keys": "^1.0.11",
"object-values": "^1.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"browserify": "^15.2.0",
"budo": "^11.2.0",
"css-extract": "^1.3.0",
"es2040": "^1.2.6",
"sheetify": "^7.3.2",
"sheetify-cssnext": "^1.0.7",
"tinyify": "^2.4.0",
"watchify": "^3.10.0",
"yo-yoify": "^3.7.3"
}
}