-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.6 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
47
48
49
50
51
52
53
{
"name": "TabManager",
"version": "0.1.0",
"description": "Smart Tab Manager",
"main": "index.js",
"scripts": {
"test": "ts-node fuse test",
"build": "yarn prebuild && ts-node fuse",
"prebuild": "yarn cache clean && yarn install && rm -rf .fusebox/",
"dev2": "ts-node fuse -d",
"dev": "yarn prebuild && ts-node fuse -d",
"debug": "yarn prebuild && ts-node --inspect-brk fuse -d",
"luis": "ts-node fuse luis",
"format": "tsfmt -r && tslint --project . --fix"
},
"repository": "https://[email protected]/nspaeth/tab-manager",
"author": "[email protected]",
"devDependencies": {
"@types/lz-string": "^1.3.32",
"@types/node": "^8.0.46",
"cyclejs-test-helpers": "^1.4.0",
"fuse-box": "^2.3.2",
"fuse-box-typechecker": "git://github.com/fuse-box/fuse-box-typechecker",
"fuse-test-runner": "^1.0.15",
"luis": "^2.3.4",
"rimraf": "^2.6.2",
"sinon-chrome": "^2.2.1",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript-formatter": "^6.0.0",
"uglify": "^0.1.5",
"web-ext-types": "^0.3.1",
"yargs": "^8.0.2"
},
"dependencies": {
"@cycle/dom": "^19.0.0",
"@cycle/isolate": "^3.1.0",
"@cycle/run": "^3.3.0",
"@cycle/storage": "^4.1.1",
"@cycle/time": "^0.10.0",
"cycle-onionify": "^4.0.0",
"cycle-storageify": "^4.0.0",
"cycle-web-extensions": "^0.5.0",
"cyclejs-sortable": "^2.4.0",
"lodash": "^4.17.4",
"lz-string": "^1.4.4",
"stream-browserify": "^2.0.1",
"typescript": "2.6.0-rc",
"typestyle": "^1.4.4",
"webextension-polyfill": "0.1.1",
"xstream": "^11.0.0"
}
}