This repository was archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.09 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.09 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "charts",
"widgetName": "Charts",
"packages": [
"Charts",
"AnyChart"
],
"version": "2.0.1",
"description": "Create charts based on the Plotly library",
"copyright": "Mendix BV",
"marketplace": {
"minimumMXVersion": "9.6.0",
"marketplaceId": 105695
},
"testProject": {
"githubUrl": "https://github.com/mendix/testProjects",
"branchName": "charts"
},
"scripts": {
"start": "cross-env NODE_ENV=development grunt",
"emit": "tsc",
"pretest": "tsc && npm run lint && npm run build",
"typeCheck": "tsc --noEmit",
"test": "npm run test:unit && npm run test:conditional",
"test:conditional": "node ./node_modules/mendix-widget-build-script/dist/CheckPullRequestFromFork.js && echo 'Skip tests on forked pull request' || npm run deployAndTest",
"test:dev": "karma start",
"test:unit": "karma start --single-run --codeCoverage && node tests/remap.js",
"test:e2e": "pluggable-widgets-tools test:e2e:web",
"test:e2e:dev": "pluggable-widgets-tools test:e2e:web:dev",
"lint": "tslint -c tslint.json '**/*.ts' '**/*.tsx' --exclude '**/node_modules/**'",
"lint:fix": "npm run lint -- --fix",
"deploy": " npm run updateProject && npm run deployApp",
"build": "cross-env NODE_ENV=production grunt release",
"updateProject": "node ./node_modules/mendix-widget-build-script/dist/UpdateMxProject.js",
"deployApp": "node ./node_modules/mendix-widget-build-script/dist/DeployMxApp.js",
"deployAndTest": "npm run deploy && npm run test:e2e",
"postinstall": "patch-package"
},
"pre-commit": [
"typeCheck",
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/mendixlabs/charts"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mendixlabs/charts/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^8.18.3",
"@types/big.js": "^4.0.5",
"@types/classnames": "~2.2.4",
"@types/core-js": "^0.9.46",
"@types/d3": "^5.16.4",
"@types/enzyme": "3.1.10",
"@types/faker": "^4.1.2",
"@types/jasmine": "^2.8.8",
"@types/karma": "^1.7.3",
"@types/plotly.js": "~1.36.1",
"@types/node": "10.0.6",
"@types/react": "^16.3.17",
"@types/react-dom": "^16.0.6",
"@types/react-redux": "6.0.2",
"@types/react-resize-detector": "^2.2.0",
"@types/redux-logger": "^3.0.6",
"babel-core": "6.26.0",
"babel-loader": "~7.1.4",
"babel-plugin-dynamic-import-node": "~1.2.0",
"babel-plugin-transform-async-functions": "~6.22.0",
"babel-plugin-transform-async-to-generator": "~6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"check-dependencies": "^1.1.0",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.1",
"core-js": "~2.5.7",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"dynamic-public-path-webpack-plugin": "1.0.4",
"enzyme": "~3.3.0",
"enzyme-adapter-react-16": "^1.15.6",
"extract-text-webpack-plugin": "3.0.2",
"faker": "^4.1.0",
"fibers": "^4.0.3",
"file-loader": "^1.1.11",
"grunt": "^1.4.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-file-append": "0.0.7",
"grunt-newer": "^1.1.1",
"grunt-webpack": "3.1.2",
"ify-loader": "^1.1.0",
"istanbul": "^0.4.3",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.1.0",
"json-loader": "^0.5.4",
"karma": "2.0.3",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-jasmine": "1.1.2",
"karma-jasmine3-html-reporter": "0.2.3",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.0",
"mendix-client": "^7.15.8",
"mendix-widget-build-script": "^1.0.3",
"node-sass": "^4.13.1",
"patch-package": "^6.4.7",
"pre-commit": "^1.2.2",
"raw-loader": "^0.5.1",
"react": "~16.3.1",
"react-dom": "~16.3.1",
"sass-loader": "^7.2.0",
"shelljs": "^0.8.4",
"source-map-loader": "^0.2.3",
"style-loader": "^0.21.0",
"transform-loader": "^0.2.4",
"ts-loader": "^3.5.0",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.1.0",
"typescript": "2.8.3",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "^1.0.1",
"webpack": "3.11.0",
"webpack-bundle-analyzer": "2.11.3",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.2",
"webworkify-webpack": "2.1.3"
},
"dependencies": {
"ace-builds": "^1.4.12",
"classnames": "~2.2.6",
"date-format": "^3.0.0",
"deep-equal": "^2.0.5",
"deepmerge": "^2.1.1",
"element-resize-detector": "^1.1.14",
"fast-json-patch": "^2.2.1",
"json-source-map": "^0.4.0",
"plotly.js": "^1.58.5",
"react-ace": "^9.4.0",
"react-redux": "^5.1.2",
"react-resize-detector": "^2.3.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "2.2.0"
}
}