-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
64 lines (64 loc) Β· 1.56 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
{
"name": "cupertino-pane",
"description": "Cupertino Panes is multi-functional modals, cards & panes with touch technologies.",
"version": "1.4.22",
"author": "Roman Antonov (roman-rr)",
"homepage": "https://panejs.com",
"repository": "tech-systems/panes",
"license": "MIT",
"main": "dist/cupertino-pane.min.js",
"module": "dist/cupertino-pane.esm.min.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rimraf dist && NODE_ENV=production gulp build",
"serve": "rimraf dist && NODE_ENV=development gulp build && gulp server",
"tslint": "tslint src/**/*.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"chalk": "^4.1.2",
"elapsed-time-logger": "^1.1.7",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
"gulp": "4.0.2",
"gulp-connect": "5.7.0",
"gulp-open": "3.0.1",
"rimraf": "^3.0.2",
"rollup": "3.29.5",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-typescript2": "^0.31.2",
"terser": "5.14.2",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"typescript": "^4.4.4"
},
"bugs": {
"url": "https://github.com/tech-systems/panes/issues"
},
"browserslist": [
"Android >= 7",
"IOS >= 11",
"Safari >= 11",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"keywords": [
"app",
"modal",
"cupertino",
"pane",
"web",
"ios",
"maps",
"javascript",
"touch",
"slide",
"mobile",
"cordova",
"plugin",
"web3",
"progressive"
]
}