-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 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
{
"name": "integration-widget-pie-chart",
"version": "2.2.2",
"description": "A template for a pie chart widget",
"main": "index.js",
"repository": "https://bitbucket.org/talentsoft/integration-widget-pie-chart.git",
"author": "Simon Bergot <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack -p && ts-node ./build_manifest.ts",
"build:debug": "webpack -d",
"build:doc": "node ./copy_doc.js",
"display": "node ./display.js",
"watch": "webpack --watch -d"
},
"dependencies": {
"@talentsoft-opensource/integration-dll": "3.5.0",
"@types/react": "16.4.16",
"highcharts": "6.1.4",
"highcharts-react-official": "2.0.0",
"i18n-react": "0.6.4",
"ncp": "2.0.0",
"opn": "5.4.0",
"react": "16.6.3",
"rimraf": "2.6.2",
"ts-node": "^8.0.3",
"winston": "3.1.0"
},
"devDependencies": {
"@talentsoft-opensource/integration-widget-contract": "3.5.0",
"@talentsoft-opensource/widget-display-tool": "3.5.0",
"@types/highcharts": "5.0.31",
"clean-webpack-plugin": "2.0.1",
"css-loader": "2.1.1",
"file-loader": "2.0.0",
"less": "3.8.1",
"less-loader": "4.1.0",
"style-loader": "0.23.1",
"ts-loader": "5.2.2",
"typescript": "^3.4.2",
"webpack": "4.29.6",
"webpack-cli": "3.2.3"
}
}