-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "apollo-elements-repro",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "wds",
"build": "run-s build:*",
"build:compile": "tsc",
"build:bundle": "rollup -c",
"build:copy": "cp style.css build/",
"build:netlify": "echo \"/* /index.html 200\" > build/_redirects"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo-elements/components": "^1.0.1",
"@apollo-elements/lit-apollo": "^3.0.1",
"@apollo/client": "^3.2.1",
"@power-elements/json-viewer": "^2.1.1",
"graphql": "^15.3.0"
},
"devDependencies": {
"@apollo-elements/rollup-plugin-graphql": "^1.0.3",
"@open-wc/rollup-plugin-html": "^1.2.4",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@web/dev-server": "0.0.12",
"@web/dev-server-esbuild": "^0.2.4",
"npm-run-all": "^4.1.5",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
}
}