forked from mendixlabs/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.33 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
126
{
"name": "calendar",
"widgetName": "Calendar",
"version": "1.0.2",
"description": "Display and manage calendar events",
"copyright": "Mendix BV",
"scripts": {
"start": "webpack-dev-server --hot --open",
"dev": "grunt",
"typeCheck": "tsc --noEmit",
"pretest": "tsc && 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": "karma start --single-run --codeCoverage && node tests/remap.js",
"test:e2e": "tsc -p ./tests/e2e/tsconfig.json && wdio ./tests/e2e/wdio.conf.js",
"test:e2e:dev": "tsc -p ./tests/e2e/tsconfig.json && set DEBUG=true&& wdio ./tests/e2e/wdio.conf.js",
"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"
},
"config": {
"mendixHost": "http://localhost:8080",
"developmentPort": 3000
},
"pre-commit": [
"typeCheck",
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/mendixlabs/calendar"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mendixlabs/calendar/issues"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@types/classnames": "^2.2.4",
"@types/core-js": "^2.5.0",
"@types/date-arithmetic": "^3.1.2",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/globalize": "0.0.34",
"@types/jasmine": "^3.3.4",
"@types/karma": "^3.0.1",
"@types/react": "^16.7.17",
"@types/react-big-calendar": "^0.20.1",
"@types/react-dnd": "^3.0.2",
"@types/react-dnd-html5-backend": "^3.0.2",
"@types/react-dom": "^16.0.11",
"@types/webdriverio": "^4.13.0",
"babel-loader": "^8.0.6",
"check-dependencies": "^1.1.0",
"copy-webpack-plugin": "^4.6.0",
"core-js": "^2.6.1",
"css-loader": "^2.0.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"grunt": "^1.0.3",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.1",
"grunt-file-append": "0.0.7",
"grunt-newer": "^1.3.0",
"grunt-webpack": "^3.1.2",
"istanbul": "^0.4.3",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.1",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "2.0.4",
"mendix-client": "^7.15.6",
"mendix-widget-build-script": "^1.0.3",
"node-sass": "^4.11.0",
"pre-commit": "^1.2.2",
"raw-loader": "^1.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-test-renderer": "^16.7.0",
"remap-istanbul": "^0.12.0",
"sass-loader": "^7.0.1",
"source-map-loader": "^0.2.3",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.1",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.2.0",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
"wdio-jasmine-framework": "^0.3.8",
"wdio-selenium-standalone-service": "0.0.12",
"wdio-spec-reporter": "^0.1.4",
"webdriverio": "^4.14.1",
"webpack": "^4.28.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.5",
"webworkify-webpack": "^2.1.3"
},
"dependencies": {
"classnames": "2.2.6",
"date-arithmetic": "3.1.0",
"moment": "^2.23.0",
"react-big-calendar": "0.19.0",
"react-dnd": "2.6.0",
"react-dnd-html5-backend": "^5.0.1"
}
}