-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.19 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
{
"type": "module",
"scripts": {
"prebuild": "npm run snowpack",
"postinstall": "npm run snowpack",
"build": "parcel build index.html",
"test": "tape -r esm test/*Test.js | tap-diff",
"test:update": "UPDATE=1 npm run test",
"snowpack": "snowpack --include '*.js'",
"format": "prettier --write '{.,test}/*.js'"
},
"dependencies": {
"@hyperapp/events": "0.0.4",
"@hyperapp/http": "0.0.2",
"chart.js": "2.9.3",
"classcat": "4.0.2",
"htm": "3.0.3",
"hyperapp": "2.0.4",
"hyperapp-fx": "2.0.0-beta.1",
"lodash.dropwhile": "4.6.0",
"lodash.mapvalues": "4.6.0",
"lodash.matches": "4.6.0",
"lodash.orderby": "4.6.0",
"lodash.pick": "4.4.0",
"lodash.property": "4.4.2",
"lodash.sortby": "4.7.0",
"lodash.unzip": "3.4.0",
"lodash.zip": "4.2.0",
"qs": "6.9.3",
"string-to-color": "2.1.3"
},
"devDependencies": {
"esm": "3.2.25",
"hyperapp-render": "3.1.0",
"hyperapp-v2-basiclogger": "0.3.0",
"lodash.omit": "4.5.0",
"parcel": "2.0.0-alpha.3.2",
"prettier": "1.19.1",
"pretty": "2.0.0",
"snap-shot": "2.17.0",
"snowpack": "1.6.0",
"tap-diff": "0.1.1",
"tape": "4.13.2"
}
}