-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
48 lines (48 loc) · 1.7 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
{
"description": "Collection of tools to author BIM apps.",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
"Juan Hoyos (https://github.com/HoyosJuan)",
"Harry Collin (https://github.com/harrycollin)"
],
"scripts": {
"dev": "vite --host",
"build-core": "yarn workspace @thatopen/components build",
"build-front": "yarn workspace @thatopen/components-front build",
"build-libraries": "yarn build-core && yarn build-front",
"build-examples": "vite build --config ./vite.config-examples.ts",
"build": "yarn build-libraries && yarn build-examples",
"test": "echo 'test to be implemented!'",
"publish-repo": "yarn workspace @thatopen/components publish-repo && yarn workspace @thatopen/components-front publish-repo",
"reset-release-please": "git commit --allow-empty -m \"chore: release 2.0.0\" -m \"Release-As: 2.0.0\""
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_components#readme",
"bugs": {
"url": "https://github.com/ThatOpen/engine_components/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatOpen/engine_components.git"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@types/node": "latest",
"@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-prettier": "5.1.3",
"glob": "latest",
"prettier": "3.2.5",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "2.3.0"
}