-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 Bytes
/
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
{
"name": "dat.foundation",
"version": "2.0.0",
"description": "Dat Foundation website",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/datproject/datproject.org.git"
},
"bugs": {
"url": "https://github.com/datproject/datproject.org/issues"
},
"main": "index.js",
"scripts": {
"dev": "npm run fa-dev & ANALYTICS=http://localhost:3000 bankai start index.js",
"build": "bankai build index.js",
"start": "bankai start index.js",
"fa-dev": "fair-analytics --memory",
"test": "standard && dependency-check ./package.json"
},
"devDependencies": {
"bankai": "^9.15.0",
"dependency-check": "^3.3.0",
"fair-analytics": "^1.2.2",
"standard": "^12.0.1"
},
"dependencies": {
"choo": "^6.13.3",
"choo-devtools": "^2.5.1",
"dat-colors": "^3.5.1",
"dat-icons": "^2.5.2",
"microanalytics": "^1.0.1",
"sheetify": "^7.3.3",
"tachyons": "^4.11.1"
}
}