-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "deployment-progress-dashboard",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .ts src/**/*.ts",
"bundle": "parcel build src/200.html",
"start": "parcel src/200.html",
"test": "run-s lint bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yarom82/deployment-progress-dashboard.git"
},
"author": "Yarom Shoval <[email protected]> (https://github.com/yarom82)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/yarom82/deployment-progress-dashboard/issues"
},
"homepage": "https://github.com/yarom82/deployment-progress-dashboard#readme",
"devDependencies": {
"@cycle-components/pick-path-router": "^7.0.0",
"@cycle/dom": "^20.1.0",
"@cycle/history": "^6.10.0",
"@cycle/run": "^4.1.0",
"@types/history": "^4.6.2",
"bulma": "^0.6.1",
"eslint": "^4.13.1",
"eslint-config-standard-with-typescript": "^2.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"npm-run-all": "^4.1.2",
"parcel-bundler": "^1.6.2",
"tsconfigs": "^2.0.0",
"tslib": "^1.8.1",
"typescript": "^2.6.2",
"typescript-eslint-parser": "^9.0.1",
"xstream": "^11.0.0",
"zingchart": "^2.6.2"
},
"dependencies": {}
}