-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"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": "^2.0.0",
"@apollo-elements/core": "^1.0.0",
"@apollo/client": "^3.5.4",
"@shoelace-style/shoelace": "^2.0.0-beta.64",
"pwa-helpers": "^0.9.1"
},
"devDependencies": {
"@apollo-elements/create": "^3.0.3",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/near-operation-file-preset": "^2.2.2",
"@graphql-codegen/typed-document-node": "^2.2.1",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@open-wc/rollup-plugin-html": "^1.x",
"@pwrs/eslint-config": "^0.x",
"@rollup/plugin-commonjs": "^17.x",
"@rollup/plugin-node-resolve": "^11.x",
"@web/dev-server": "^0.1.x",
"@web/dev-server-esbuild": "^0.2.x",
"@web/dev-server-rollup": "^0.3.x",
"npm-run-all": "^4.x",
"rollup": "^2.x",
"rollup-plugin-esbuild": "^2.x",
"rollup-plugin-lit-css": "^2.x",
"typescript": "^4.x"
},
"keywords": []
}