-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
125 lines (125 loc) · 4.36 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
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
{
"name": "list-view-controls",
"widgetName": "ListViewControls",
"version": "1.3.16",
"description": "Search and filter Mendix list views",
"copyright": "Mendix BV",
"testProject": {
"githubUrl": "https://github.com/mendix/testProjects",
"branchName": "list-view-controls"
},
"scripts": {
"start": "webpack-dev-server --hot --open",
"dev": "grunt",
"typeCheck": "tsc --noEmit",
"pretest": "npm run typeCheck && npm run lint && npm run build",
"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": "tsc && 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": "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"
},
"config": {
"mendixHost": "http://localhost:8080",
"developmentPort": 3000
},
"pre-commit": [
"typeCheck",
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/mendixlabs/list-view-controls"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mendixlabs/list-view-controls/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.3.1",
"@types/classnames": "^2.2.9",
"@types/core-js": "^2.5.2",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jasmine": "^3.5.2",
"@types/karma": "^3.0.5",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/uuid": "^8.3.1",
"@wdio/cli": "^7.7.1",
"@wdio/dot-reporter": "^7.7.0",
"@wdio/jasmine-framework": "^7.7.0",
"@wdio/local-runner": "^7.7.0",
"@wdio/selenium-standalone-service": "^7.7.0",
"@wdio/spec-reporter": "^7.7.0",
"@wdio/sync": "7.7.0",
"check-dependencies": "^1.1.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^2.6.10",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fibers": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"grunt": "^1.0.4",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-file-append": "0.0.7",
"grunt-newer": "^1.3.0",
"grunt-webpack": "^3.1.3",
"istanbul": "^0.4.3",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.5.0",
"json-loader": "^0.5.4",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-jasmine": "^3.1.0",
"karma-jasmine-html-reporter": "^1.5.1",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mendix-client": "^7.15.8",
"mendix-widget-build-script": "https://github.com/mendixlabs/mendix-widget-build-script/releases/download/v1.0.4/mendix-widget-build-script-1.0.4.tgz",
"node-sass": "^4.13.1",
"patch-package": "^6.4.7",
"pre-commit": "^1.2.2",
"raw-loader": "^4.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-test-renderer": "^16.8.4",
"remap-istanbul": "^0.13.0",
"sass-loader": "^8.0.2",
"source-map-loader": "^0.2.1",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.5",
"url-loader": "^3.0.0",
"wdio-image-comparison-service": "^2.3.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"classnames": "^2.2.6",
"uuid": "^8.3.2"
}
}