-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "sec-dash",
"version": "1.0.0-alpha",
"description": "Digital Securities Dashboard powered by Hanzo",
"author": "Hanzo, Inc <[email protected]>",
"devDependencies": {
"autoprefixer": "9.7.4",
"bebop": "1.15.2",
"clean-css": "4.2.3",
"coffee-script": "1.12.7",
"css-mqpacker": "7.0.0",
"esmangle": "1.0.1",
"ie-love": "0.0.3",
"lost": "8.3.1",
"lost-stylus": "0.1.3",
"postcss-discard-comments": "4.0.2",
"poststylus": "1.0.0",
"pug": "2.0.4",
"reeeset": "0.0.8",
"rollup-analyzer": "1.1.0",
"rucksack-css": "1.0.2",
"rupture": "0.7.1",
"sake-bundle": "0.6.15",
"sake-cli": "^0.7.3",
"sake-outdated": "^0.4.4",
"sake-publish": "^0.1.17",
"sake-test": "^0.2.1",
"sake-version": "^0.1.19",
"stylus": "0.54.7"
},
"dependencies": {
"akasha": "^0.1.13",
"astley.js": "0.0.58",
"daisho": "1.2.72",
"el-controls": "1.2.44",
"ethers": "^4.0.45",
"moment": "2.24.0",
"moment-timezone": "0.5.27",
"numeral": "^2.0.6",
"referential": "^0.5.25",
"shop.js": "2.2.68",
"web3": "1.2.6"
},
"repository": "https://github.com/hanzoai/sec-dash",
"private": true
}