-
Notifications
You must be signed in to change notification settings - Fork 439
/
package.json
93 lines (93 loc) · 2.53 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
{
"name": "mobiscroll",
"version": "4.10.9",
"description": "Cross platform UI controls for progressive web an hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
"scripts": {
"transpile": "ngc",
"publish": "cd ./packages/angular && npm publish && cd ../angularjs && npm publish && cd ../javascript && npm publish && cd ../jquery && npm publish && cd ../react && npm publish"
},
"keywords": [
"mobile web",
"hybrid apps",
"javascript",
"mobiscroll",
"jquery",
"javascript library",
"react",
"angular",
"knockout",
"component library",
"ui components",
"ui kit",
"ionic plugin"
],
"author": {
"name": "Mobiscroll",
"url": "https://mobiscroll.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/acidb/mobiscroll.git"
},
"bugs": {
"url": "https://github.com/acidb/mobiscroll/issues"
},
"main": "dist/js/mobiscroll.javascript.min.js",
"style": "dist/css/mobiscroll.min.css",
"files": [
"dist/js/mobiscroll.javascript.js",
"dist/js/mobiscroll.javascript.min.js",
"dist/css/mobiscroll.css",
"dist/css/mobiscroll.min.css",
"dist/css/icons_mobiscroll.ttf",
"dist/css/icons_mobiscroll.woff"
],
"browserslist": [
"last 1 version",
"> 1%",
"Android 4.1",
"Chrome 26",
"Firefox 16",
"Safari 6.1",
"iOS 7",
"IE 10"
],
"devDependencies": {
"@angular/animations": "^4.4.7",
"@angular/common": "^4.4.7",
"@angular/compiler": "^4.4.7",
"@angular/compiler-cli": "^4.4.7",
"@angular/core": "^4.4.7",
"@angular/forms": "^4.4.7",
"@angular/platform-browser": "^4.4.7",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"eslint": "^6.1.0",
"eslint-plugin-react": "^6.9.0",
"grunt": "^1.4.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-eslint": "^19.0.0",
"grunt-rollup": "^10.0.0",
"grunt-run": "^0.8.1",
"grunt-sass": "^3.0.2",
"load-grunt-config": "^3.0.1",
"node-sass": "^4.14.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postprocess": "^1.0.2",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"rxjs": "^5.5.11",
"scss-bundle": "^2.5.1",
"tslib": "^1.10.0",
"typescript": "2.9.2",
"zone.js": "^0.8.26"
}
}