-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.57 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
43
44
45
46
47
48
49
50
51
{
"name": "test5",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "bankai build index.js",
"create": "choo-scaffold",
"inspect": "bankai inspect index.js",
"start": "bankai start index.js",
"test": "standard && npm run test-deps",
"test-deps": "dependency-check . && dependency-check . --extra --no-dev -i tachyons"
},
"dependencies": {
"choo": "^6.11.0-preview1",
"choo-service-worker": "^2.4.0",
"ethers": "^3.0.15",
"sheetify": "^7.3.2",
"tachyons": "^4.9.1",
"tachyons-background-position": "^1.0.3",
"tachyons-background-size": "^5.0.5",
"tachyons-border-colors": "^4.2.3",
"tachyons-border-radius": "^5.1.3",
"tachyons-borders": "^3.0.4",
"tachyons-box-sizing": "^3.2.2",
"tachyons-display": "^5.0.4",
"tachyons-font-family": "^4.3.3",
"tachyons-font-weight": "^5.0.4",
"tachyons-heights": "^6.1.3",
"tachyons-hovers": "^2.5.1",
"tachyons-line-height": "^3.0.6",
"tachyons-links": "^3.0.10",
"tachyons-max-widths": "^4.0.5",
"tachyons-skins": "^4.1.0",
"tachyons-skins-pseudo": "^1.0.4",
"tachyons-spacing": "^6.0.4",
"tachyons-text-align": "^3.1.0",
"tachyons-text-decoration": "^4.0.5",
"tachyons-type-scale": "^6.1.0",
"tachyons-typography": "^3.0.5",
"tachyons-utilities": "^2.1.0",
"tachyons-vertical-align": "^4.0.5",
"tachyons-widths": "^5.2.1"
},
"devDependencies": {
"bankai": "^9.11.1",
"choo-devtools": "^2.5.0",
"choo-scaffold": "^1.1.2",
"dependency-check": "^3.1.0",
"standard": "^11.0.1"
}
}