This repository was archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.47 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.47 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "ui-widget-toolkit",
"version": "2.3.0-beta.0",
"description": "UI widgets built on top of D3, Pixi.js and ag-grid-community",
"author": {
"email": "tony.mongkolsmai@intel.com"
},
"repository": {
"type": "git",
"url": "https://github.com/intel/ui-widget-toolkit.git"
},
"bugs": {
"url": "https://github.com/intel/ui-widget-toolkit/issues"
},
"keywords": [
"d3",
"pixi",
"ag-grid-community",
"dagre",
"ui",
"diagram",
"widget",
"framework",
"react",
"vue",
"angular",
"polymer",
"diagram",
"chart",
"visualization"
],
"license": "BSD-3-Clause",
"types": "index.d.ts",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"ag-grid-community": "^22.1.1",
"d3": "5.15.0",
"d3-sankey": "^0.4.2",
"dagre": "^0.8.5",
"es6-promise": "^4.2.8",
"pixi.js": "^5.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/http": "^7.2.15",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@material-ui/core": "^3.9.2",
"@types/angular": "^1.6.57",
"@types/d3": "^5.7.2",
"@types/d3-sankey": "^0.11.0",
"@types/dagre": "^0.7.42",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"ag-grid-community": "^22.1.1",
"angular": "^1.7.9",
"babel-loader": "^8.0.6",
"babel-plugin-react-css-modules": "^5.2.6",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.1",
"css-loader": "^3.4.1",
"d3": "^5.15.0",
"d3-sankey": "^0.4.2",
"dagre": "^0.8.5",
"dts-bundle": "^0.7.3",
"dts-bundle-webpack": "^1.0.2",
"es6-promise": "^4.2.8",
"jasmine": "^3.5.0",
"jsx-loader": "^0.13.2",
"pixi.js": "^5.2.0",
"polymer-cli": "^1.9.11",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rxjs": "^6.5.4",
"selenium-webdriver": "^3.6.0",
"style-loader": "^1.1.2",
"ts-loader": "^6.2.1",
"typedoc": "^0.15.6",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^3.7.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-material": "^1.0.0-beta-11",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuetype": "^0.3.2",
"webpack": "^4.41.5",
"webpack-angular-externals": "^1.0.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2",
"zone.js": "0.10.2"
},
"scripts": {
"build": "./node_modules/.bin/webpack --mode development --devtool source-map",
"build-framework": "./node_modules/.bin/webpack --config webpack.framework.js",
"build-examples": "./node_modules/.bin/tsc -p examples",
"build-release": "npm run build; npm run build-framework; npm run build-examples;./node_modules/.bin/webpack --config webpack.prod.js",
"build-framework-test": "./node_modules/.bin/tsc -p examples-frameworks/angular1/angular1Test.ts; ./node_modules/.bin/webpack --config examples-frameworks/angular2/webpack.config.js; ./node_modules/.bin/webpack --config examples-frameworks/react/webpack.config.js; ./node_modules/.bin/webpack --config examples-frameworks/vue/webpack.config.js",
"build-test": "./node_modules/.bin/webpack --config webpack.test.js; npm run build-framework-test",
"test": "./node_modules/.bin/jasmine spec/ui-test/sanity.spec.js; ./node_modules/.bin/jasmine spec/unit-test/data.spec.js; ./node_modules/.bin/jasmine spec/unit-test/decimator.spec.js"
},
"browser": "js/ui-widget-toolkit.js",
"module": "js/ui-widget-toolkit.js",
"main": "js/ui-widget-toolkit.js"
}