forked from mendix/listview-swipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "listview-swipe",
"widgetName": "ListviewSwipe",
"version": "1.2.0",
"description": "Enable swipe action on a list view",
"copyright": "Flock of Birds",
"author": "Andries Smit",
"private": true,
"scripts": {
"dev": "grunt",
"typeCheck": "tsc --noEmit",
"test:unit": "echo \"No tests specified\"",
"lint": "tslint -c tslint.json '**/*.ts' '**/*.tsx' --exclude '**/node_modules/**'",
"build": "grunt build"
},
"dependencies": {
"hammerjs": "^2.0.8"
},
"devDependencies": {
"@types/big.js": "^4.0.5",
"@types/dojo": "^1.9.41",
"@types/hammerjs": "^2.0.36",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"grunt": "^1.0.4",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-webpack": "^3.1.3",
"json-loader": "^0.5.7",
"mendix-client": "^7.15.7",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"tslint": "^5.19.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.5.3",
"webpack": "^4.39.3",
"webpack-dev-server": "^3.8.0"
}
}