-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.69 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
{
"name": "dat-land-website",
"version": "1.0.0",
"description": "Dat Project community website",
"main": "site/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-debug": "enoki content && browserify source/index.js -o bundles/bundle.js -t [ sheetify -u sheetify-cssnext ] -g es2040 -p [ css-extract -o bundles/bundle.css ]",
"build": "enoki content && browserify source/index.js -o bundles/bundle.js -t [ sheetify -u sheetify-cssnext ] -g es2040 -p [ css-extract -o bundles/bundle.css ] # -p tinyify"
},
"keywords": [],
"author": "Joe Hand (joe@hand.email)",
"license": "ISC",
"dependencies": {
"choo": "^6.12.1",
"dat-colors": "^3.5.1",
"dat-icons": "^2.5.2",
"enoki": "^2.1.0",
"markdown-it": "^8.4.2",
"marked": "^0.5.1",
"nanocomponent": "^6.4.0",
"nanoreset": "^3.0.1",
"object-keys": "^1.0.12",
"object-values": "^2.0.0",
"tachyons": "^4.11.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"browserify": "^16.2.2",
"budo": "^11.3.0",
"css-extract": "^1.3.0",
"es2040": "^1.2.6",
"sheetify": "^7.3.3",
"sheetify-cssnext": "^2.0.0",
"tinyify": "^2.4.3",
"watchify": "^3.10.0",
"yo-yoify": "^4.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dat-land/website.git"
},
"bugs": {
"url": "https://github.com/dat-land/website/issues"
},
"homepage": "https://github.com/dat-land/website#readme"
}