-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.91 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
{
"main": "index.html",
"private": true,
"name": "apollo-elements-app",
"version": "1.0.0",
"type": "module",
"author": "",
"license": "ISC",
"description": "Apollo Elements App",
"scripts": {
"start": "run-p start:*",
"start:codegen": "graphql-codegen --watch",
"start:serve": "wds --watch --open",
"lint": "eslint",
"build": "run-s build:*",
"build:codegen": "graphql-codegen",
"build:rollup": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@apollo-elements/components": "next",
"@apollo-elements/core": "next",
"@apollo/client": "^3.4.10",
"@material/mwc-button": "^0.22.1",
"@material/mwc-checkbox": "^0.22.1",
"@material/mwc-formfield": "^0.22.1",
"@material/mwc-icon-button": "^0.22.1",
"@material/mwc-textfield": "^0.22.1",
"@power-elements/card": "^0.1.0",
"@shoelace-style/shoelace": "^2.0.0-beta.48",
"apollo-server-koa": "^3.3.0",
"pwa-helpers": "^0.9",
"urlpattern-polyfill": "^1.0.0-rc1"
},
"devDependencies": {
"@apollo-elements/create": "^3.0.1",
"@apollo-elements/rollup-plugin-graphql": "^1.x",
"@graphql-codegen/cli": "^2.1.1",
"@graphql-codegen/near-operation-file-preset": "^2.1.2",
"@graphql-codegen/typed-document-node": "^2.1.2",
"@graphql-codegen/typescript": "^2.1.2",
"@graphql-codegen/typescript-operations": "^2.1.2",
"@open-wc/rollup-plugin-html": "^1.x",
"@pwrs/eslint-config": "^0.x",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@web/dev-server": "^0.1.22",
"@web/dev-server-esbuild": "^0.2.14",
"@web/dev-server-rollup": "^0.3.9",
"lit-element": "^3.0.0-rc.2",
"lit-html": "^2.0.0-rc.3",
"npm-run-all": "^4.x",
"rollup": "^2.56.3",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-lit-css": "^3.0.2",
"typescript": "^4.4.2"
},
"keywords": []
}