-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "using-lit-apollo",
"version": "1.0.0",
"description": "A slide deck on GraphQL and Web Components",
"main": "dist/index.html",
"type": "module",
"scripts": {
"build": "rollup -c",
"start": "rollup -cw",
"postinstall": "patch-package",
"test": "echo \"no tests\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/apollo-elements/using-lit-apollo.git"
},
"keywords": [
"Web Components",
"slides",
"GraphQL"
],
"author": "Benny Powers <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/apollo-elements/using-lit-apollo/issues"
},
"homepage": "https://github.com/apollo-elements/using-lit-apollo#readme",
"devDependencies": {
"@open-wc/rollup-plugin-html": "^1.2.3",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"npm-run-all": "^4.1.5",
"patch-package": "^6.2.2",
"rollup": "^2.26.9",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-minify-html-literals": "^1.2.5",
"rollup-plugin-terser": "^7.0.1",
"rollup-plugin-workbox": "^5.2.1"
},
"dependencies": {
"@gluon/keybinding": "^1.1.0",
"@power-elements/json-viewer": "^2.1.0",
"@power-elements/service-worker": "^5.0.0",
"@webcomponents/webcomponentsjs": "^2.4.4",
"marked": "^1.1.1",
"prismjs": "^1.21.0",
"slidem": "^1.2.8",
"zero-md": "^1.3.4"
}
}