-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "cyclejs-notes",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "neutrino start",
"build": "neutrino build",
"deploy": "neutrino build && gh-pages -d build"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"gh-pages": "^1.0.0",
"neutrino": "^7.1.0",
"neutrino-middleware-sass": "^0.0.1",
"neutrino-preset-web": "^7.1.0"
},
"dependencies": {
"@cycle/collection": "^0.6.0",
"@cycle/dom": "^18.3.0",
"@cycle/history": "^6.4.0",
"@cycle/isolate": "^3.1.0",
"@cycle/run": "^3.3.0",
"@orbit/coordinator": "^0.15.8",
"@orbit/data": "^0.15.8",
"@orbit/indexeddb": "^0.15.8",
"@orbit/jsonapi": "^0.15.8",
"@orbit/store": "^0.15.8",
"cycle-onionify": "^4.0.0",
"dot-prop-immutable-chain": "^0.0.3",
"isomorphic-fetch": "^2.2.1",
"jsonapi-server": "^3.2.2",
"jsonapi-store-mongodb": "^2.0.0",
"orbit-state-tree": "^0.1.5",
"xstream": "^11.0.0"
}
}