-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 2.13 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "integration-widget-pie-chart",
"version": "2.0.0",
"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_metadatafiles.ts",
"build:debug": "webpack -d",
"build:doc": "node ./copy_doc.js",
"display": "node ./display.js",
"watch": "webpack --watch -d",
"test": "yarn jest --config=jest.config.json",
"format": "yarn run prettier --write"
},
"dependencies": {
"@talentsoft-opensource/hylia": "4.0.1",
"@talentsoft/font": "^1.0.1",
"@types/react": "16.14.0",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-truncate": "^2.3.3",
"@types/throttle-debounce": "^1.1.1",
"date-fns": "^2.23.0",
"es6-shim": "0.35.3",
"highcharts": "^6.1.4",
"highcharts-react-official": "^2.0.0",
"i18n-react": "^0.6.4",
"ncp": "^2.0.0",
"opn": "^5.4.0",
"prettier": "^2.3.2",
"raf-stub": "^2.0.2",
"react": "16.14.0",
"react-animate-height": "^2.0.7",
"react-custom-scrollbars": "^4.2.1",
"react-truncate": "^2.4.0",
"rimraf": "^2.6.2",
"throttle-debounce": "^2.1.0",
"ts-node": "^8.0.3",
"url-loader": "^1.1.2",
"whatwg-fetch": "^3.0.0",
"winston": "^3.1.0"
},
"devDependencies": {
"@talentsoft-opensource/integration-widget-contract": "5.3.4",
"@talentsoft-opensource/widget-display-tool": "5.3.4",
"@types/enzyme": "^3.9.1",
"@types/highcharts": "^5.0.31",
"@types/jest": "^24.0.11",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"jest": "23.6.0",
"jest-nunit-reporter": "1.3.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"react-dom": "^16.14.0",
"style-loader": "^0.23.1",
"ts-jest": "23.10.3",
"ts-loader": "6.0.1",
"typescript": "4.2.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}