-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 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
{
"name": "hacktoberfest-2022",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "run-p watch:compile dev:server",
"dev:server": "web-dev-server --node-resolve --open --watch",
"watch:compile": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianferry/hacktoberfest-2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brianferry/hacktoberfest-2022/issues"
},
"homepage": "https://github.com/brianferry/hacktoberfest-2022#readme",
"devDependencies": {
"@web/dev-server": "^0.1.35",
"@web/test-runner": "^0.15.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.8.4"
},
"dependencies": {
"@patternfly/pfe-accordion": "^2.0.0-next.8",
"@patternfly/pfe-button": "^2.0.0-next.7",
"@patternfly/pfe-card": "^2.0.0-next.6",
"@patternfly/pfe-core": "^2.0.0-next.10",
"@patternfly/pfe-icon": "^2.0.0-next.5",
"@patternfly/pfe-switch": "^2.0.0-next.0",
"lit": "^2.4.0"
}
}