-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
65 lines (65 loc) · 1.52 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
{
"name": "lath",
"version": "0.12.40",
"description": "Seamless connection of pages.",
"keywords": [
"lath",
"portal",
"web-portal",
"pages-link",
"linkup",
"seamless",
"pushWindow",
"slide page",
"page animate",
"iframe",
"SPA",
"PWA",
"Application",
"webapp",
"Web Application",
"Web Components",
"Single Page Web Application",
"The Progressive JavaScript Framework"
],
"main": "app/launcher.js",
"module": "app/launcher.js",
"jsnext:main": "app/launcher.js",
"types": "app/typings/launcher.d.ts",
"files": [
"app/"
],
"scripts": {
"clean": "rimraf ./app",
"lint": "eslint --cache --ext .ts ./src",
"build": "node scripts/build.js",
"debug": "node --inspect-brk app/index.js"
},
"engines": {
"install-node": ">=14.18.3",
"npm": ">=7.0.0"
},
"dependencies": {
"@webcomponents/custom-elements": "^1.5.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"html2canvas": "^1.4.1",
"scroll-polyfill": "^1.0.1",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@types/node": "^10.12.12",
"@types/web-animations-js": "^2.2.13",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.11.0",
"rimraf": "^3.0.2",
"rollup": "^2.57.0",
"rollup-plugin-typescript2": "^0.31.2",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"uglify-js": "^3.17.4",
"typescript": "^4.6.2"
},
"author": "lien",
"license": "MIT"
}