forked from apollo-elements/apollo-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
160 lines (160 loc) Β· 5.57 KB
/
package.json
File metadata and controls
160 lines (160 loc) Β· 5.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "root",
"private": true,
"type": "module",
"logo": {
"file": "./logo.png"
},
"engines": {
"node": "16.x",
"npm": "^7.19.x"
},
"scripts": {
"analyze": "npm run --workspaces --if-present analyze",
"build": "run-s build:*",
"build:codegen": "graphql-codegen",
"build:analyze": "npm run analyze",
"build:packages": "npm run --workspaces --if-present build",
"clean": "run-s clean:*",
"clean:packages": "rimraf 'packages/!(create|docs)/**/!(*.config).{js,js.map,d.ts,tgz}'",
"clean:create-app": "rimraf 'packages/create/*.{js,js.map,d.ts,tgz}'",
"clean:node-modules": "rimraf 'packages/**/node_modules'",
"clean:docs": "rimraf _site-dev _site docs/_data/customElementsManifests",
"clean:test": "rimraf test/*.{js,d.ts,js.map}",
"release": "sh scripts/release.sh",
"release:prerelease": "sh scripts/prerelease.sh",
"postrelease": "npm run clean",
"docs": "run-s build:codegen docs:**",
"docs:analyze": "npm run analyze",
"docs:rocket": "ELEVENTY_ENV=production rocket build",
"docs:failsafe": "cpx 'docs/_merged_assets/**/*' ./_site/_merged_assets",
"docs:failsafe:decks": "cpx 'docs/decks/**/*.{png,jpg,webp,svg}' _site/decks/",
"lint": "run-s lint:*",
"lint:clean": "rimraf packages/gluon/declaration.d.ts",
"lint:eslint": "eslint .",
"lint:types": "npm run --workspaces --if-present lint:types",
"postinstall": "patch-package",
"start": "run-p start:*",
"start:clean": "npm run clean",
"start:codegen": "graphql-codegen --watch",
"start:tsc": "npm run --workspaces --if-present start --pretty",
"start:docs": "run-s docs:analyze start:docs:rocket",
"start:docs:rocket": "rocket start",
"test": "wtr",
"watch:test": "wtr --watch",
"watch:eslint": "esw",
"watch:codegen": "graphql-codegen --watch",
"watch:types": "npm run --workspaces --if-present tsc --watch --noEmit"
},
"lint-staged": {
"*.ts": [
"eslint --fix",
"git add"
]
},
"workspaces": [
"./packages/*",
"./plugins/*",
"./test",
"./docs"
],
"devDependencies": {
"@11ty/eleventy-plugin-inclusive-language": "^1.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@airbnb/node-memwatch": "^2.0.0",
"@apollo-elements/rollup-plugin-graphql": "^1.0.3",
"@apollo/client": "^3.4.8",
"@borgar/textbox": "^1.3.0",
"@changesets/cli": "^2.16.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@custom-elements-json/helpers": "^0.0.1",
"@custom-elements-manifest/analyzer": "^0.4.16",
"@custom-elements-manifest/to-markdown": "^0.0.13",
"@gluon/gluon": "^2.5.3",
"@gluon/keybinding": "^1.1.0",
"@graphql-codegen/cli": "^1.21.8",
"@graphql-codegen/typed-document-node": "^1.18.10",
"@graphql-codegen/typescript": "^1.23.0",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@graphql-tools/mock": "^8.1.3",
"@luckycatfactory/esbuild-graphql-loader": "^3.6.0",
"@microsoft/fast-components": "^2.6.2",
"@open-wc/testing": "^3.0.0-next.1",
"@polymer/polymer": "^3.4.1",
"@power-elements/codesandbox-button": "^0.1.0",
"@power-elements/json-viewer": "^2.1.1",
"@pwrs/eslint-config": "^0.0.22",
"@rocket/blog": "^0.3.2",
"@rocket/cli": "^0.9.10",
"@rocket/launch": "^0.5.5",
"@rocket/navigation": "^0.2.1",
"@rocket/search": "^0.4.1",
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@types/chai": "^4.2.21",
"@types/cpx": "^1.5.2",
"@types/graphql": "^14.5.0",
"@types/inquirer": "^7.3.3",
"@types/mkdirp": "^1.0.2",
"@types/ncp": "^2.0.5",
"@types/node": "^16.7.1",
"@types/ramda": "^0.27.44",
"@types/tape": "^4.13.2",
"@typescript-eslint/parser": "^4.29.3",
"@web/dev-server": "^0.1.18",
"@web/dev-server-esbuild": "^0.2.11",
"@web/dev-server-import-maps": "^0.0.5",
"@web/dev-server-rollup": "^0.3.5",
"@web/rollup-plugin-copy": "^0.3.0",
"@web/test-runner": "^0.13.15",
"@web/test-runner-commands": "^0.5.7",
"commitizen": "^4.2.4",
"commitlint-plugin-workspace-scopes": "^1.1.0",
"cpx": "^1.5.0",
"eleventy-plugin-add-web-component-definitions": "^2.0.3",
"eleventy-plugin-footnotes": "^0.9.0",
"eleventy-plugin-helmet": "^0.2.1",
"esbuild": "^0.12.15",
"esbuild-plugin-lit-css": "^1.0.2",
"eslint": "^7.31.0",
"event-iterator": "^2.0.0",
"graphql": "^15.5.1",
"graphql-subscriptions": "^1.2.1",
"graphql-tag": "^2.12.5",
"hast-util-to-html": "^8.0.1",
"hastscript": "^7.0.2",
"husky": "^7.0.1",
"hybrids": "^5.4.0",
"lint-staged": "^11.1.2",
"lit": "^2.0.0-rc.2",
"mocha": "^6.2.3",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"postcss-preset-env": "^6.7.0",
"puppeteer": "^10.2.0",
"ramda": "^0.27.1",
"remark-directive": "^2.0.0",
"rimraf": "^3.0.2",
"rocket-preset-code-tabs": "^0.2.10",
"rocket-preset-custom-elements-manifest": "^0.1.11",
"rocket-preset-markdown-directives": "0.1.3",
"rocket-preset-playground-elements": "^0.2.2",
"rocket-preset-slide-decks": "0.1.3",
"rocket-preset-webcomponents-dev": "0.1.6",
"rollup": "^2.56.3",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-lit-css": "^3.0.1",
"rollup-plugin-postcss": "^4.0.1",
"sanitize-html": "^2.4.0",
"tap-spec": "^5.0.0",
"tape-es": "^1.2.15",
"ts-sinon": "^2.0.1",
"typescript": "^4.3.5"
},
"dependencies": {
"tslib": "^2.3.1"
}
}