-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.75 KB
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
{
"name": "backstack",
"version": "1.3.0",
"description": "Animated, stateful and simple single page app functionality for use with Cordova.",
"main": "dist/backstack-import.js",
"scripts": {
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",
"start": "es-dev-server --app-index example/index.html --node-resolve --watch --open",
"build": "rollup -c rollup.import.config.js",
"site": "npm run build && npm run docs && rollup -c rollup.openwc.config.js",
"docs": "jsdoc -c ./jsdoc.json -d ./dist/docs/ -R ./README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angrycat9000/backstack.git"
},
"author": "Mark Dane",
"license": "MIT",
"bugs": {
"url": "https://github.com/angrycat9000/backstack/issues"
},
"homepage": "https://backstack.netlify.com/",
"dependencies": {
"lit": "^2.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.0",
"@open-wc/building-rollup": "^2.0.1",
"@open-wc/testing": "next",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@web/test-runner": "^0.13.22",
"babel-plugin-template-html-minifier": "^4.1.0",
"braintree-jsdoc-template": "^3.3.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^2.1.0",
"jsdoc": "^3.6.10",
"mocha": "^9.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup-plugin-license": "^2.6.1",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [
"spa",
"single page application",
"cordova",
"android",
"history",
"navigation",
"navigation controller",
"router",
"back button",
"web component",
"vanilla js"
]
}