-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 loc) · 1.53 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
{
"description": "Collection of web components meant to be used, but not limited to, BIM applications.",
"author": "That Open Company",
"contributors": [
"Juan Hoyos (https://github.com/HoyosJuan)"
],
"scripts": {
"dev": "vite --host",
"build-core": "npm run build -w @thatopen/ui",
"build-obc": "npm run build -w @thatopen/ui-obc",
"build-libraries": "npm run build-core && npm run build-obc",
"build-examples": "vite build --config ./vite.config-examples.ts",
"publish-repo": "yarn workspace @thatopen/ui publish-repo && yarn workspace @thatopen/ui-obc publish-repo",
"build": "npm run build-libraries && npm run build-examples"
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_ui-components#readme",
"bugs": {
"url": "https://github.com/ThatOpen/engine_ui-components/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatOpen/engine_ui-components.git"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-lit": "1.11.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-wc": "2.1.0",
"glob": "10.3.12",
"prettier": "3.2.5",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "2.4.0"
}