forked from odpi/happi-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "happi-graph",
"version": "3.0.2",
"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",
"posttest": "npm run test:jest",
"test:jest": "jest",
"test:jest:watch": "jest --watch"
},
"dependencies": {
"@capaj/pluralize": "git+https://github.com/capaj/pluralize.git",
"@polymer/iron-icons": "3.0.1",
"@polymer/iron-iconset-svg": "3.0.1",
"@polymer/paper-button": "3.0.1",
"@polymer/paper-icon-button": "3.0.2",
"@polymer/polymer": "3.4.1",
"d3": "5.16.0",
"elkjs": "0.7.1",
"pluralize": "8.0.0",
"vis-network": "9.0.4"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"egeria-js-commons": "git+https://github.com/odpi/egeria-js-commons.git#3.0.1",
"jest": "^27.0.6",
"mocha": "^6.1.4",
"polymer-cli": "^1.9.11",
"wct-mocha": "^1.0.1"
},
"engines": {
"node": ">=8.0"
}
}