-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.28 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": "infoscreens",
"version": "1.0.0",
"description": "c-base info screens",
"main": "index.js",
"scripts": {
"build": "webpack",
"lint": "eslint index.js lib/*.js elements/*.js infodisplay/*.js events/*.js",
"dev": "webpack-dev-server",
"start": "node server",
"test": "npm run lint"
},
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"dependencies": {
"@webcomponents/webcomponentsjs": "^1.0.19",
"color-interpolate": "^1.0.2",
"d3": "^4.12.0",
"dateformat": "^3.0.2",
"isomorphic-fetch": "^2.2.1",
"koa": "^2.6.2",
"koa-cors": "0.0.16",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"msgflo-browser": "^0.2.0",
"plotly.js": "^1.31.2",
"skatejs": "^5.0.0-beta.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.8.0",
"msgflo-nodejs": "^0.11.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.1.10"
}
}