forked from odpi/happi-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 954 Bytes
/
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
{
"name": "happi-graph",
"version": "2.8.0",
"description": "Happi Graph Web Component using Polymer 3.0",
"main": "happi-graph.js",
"scripts": {
"start:dev": "polymer serve --proxy-target http://localhost:9000/api --proxy-path api",
"build": "polymer build",
"lint": "polymer lint",
"test": "polymer test"
},
"dependencies": {
"@polymer/paper-button": "3.0.1",
"@polymer/paper-icon-button": "3.0.2",
"@polymer/iron-icons": "3.0.1",
"@polymer/iron-iconset-svg": "3.0.1",
"@polymer/polymer": "3.4.1",
"d3": "5.16.0"
},
"devDependencies": {
"egeria-js-commons": "https://github.com/odpi/egeria-js-commons.git#main",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"polymer-cli": "^1.9.11",
"wct-mocha": "^1.0.1"
},
"engines": {
"node": ">=8.0"
}
}