-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.2 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
{
"name": "hnpwa",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/history": "^4.6.0",
"cycle-restart": "^0.2.2",
"cycle-scripts-one-fits-all": "4.1.1",
"cyclejs-test-helpers": "^1.3.0",
"html-looks-like": "^1.0.3",
"html-webpack-plugin": "^2.30.1",
"jsverify": "^0.8.2",
"preload-webpack-plugin": "^2.0.0",
"snabbdom-to-html": "^3.2.0",
"style-ext-html-webpack-plugin": "^3.4.1",
"sw-precache-webpack-plugin": "^0.11.4"
},
"dependencies": {
"@cycle/dom": "^18.0.0",
"@cycle/history": "^6.4.0",
"@cycle/http": "^14.0.0",
"@cycle/isolate": "^3.1.0",
"@cycle/run": "^3.1.0",
"@cycle/time": "^0.8.0",
"bulma": "^0.5.2",
"core-js": "^2.5.1",
"cycle-onionify": "^3.3.0",
"cyclic-router": "^5.1.3",
"history": "^4.7.2",
"snabbdom-jsx": "^0.3.1",
"switch-path": "^1.2.0",
"xstream": "^10.9.0"
},
"scripts": {
"start": "cycle-scripts start",
"test": "cycle-scripts test",
"build": "cycle-scripts build",
"eject": "cycle-scripts eject",
"clean": "cycle-scripts clean"
},
"nyc": {
"include": [
"src"
],
"reporter": [
"html",
"text-summary"
]
}
}