forked from agviegas/components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "openbim-components",
"version": "1.2.0",
"main": "src/index.js",
"author": "harry collin, antonio gonzalez viegas",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"test": "jest",
"build": "node resources/cleaner.js && tsc && yarn build-examples && npm run build-css",
"build-css": "tailwindcss build -i src/ui/UIManager/top.css -o resources/styles.css",
"build-examples": "rollup -c resources/rollup.config.mjs",
"publish-repo": "cpy package.json dist && cd dist && npm publish"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@tailwindcss/forms": "^0.5.3",
"@types/earcut": "^2.1.1",
"@types/jest": "27.0.0",
"@types/mapbox-gl": "^2.7.11",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.6.4",
"@types/three": "0.152.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"bim-fragment": "1.0.25",
"cpy-cli": "^3.1.1",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.4",
"node-fetch": "^3.3.2",
"prettier": "^2.3.1",
"rollup": "^3.2.3",
"tailwindcss": "^3.3.5",
"three": "0.152.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"web-ifc": "0.0.46"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"camera-controls": "^1.36.0",
"dexie": "^3.2.3",
"dxf-writer": "^1.18.4",
"earcut": "^2.2.4",
"mapbox-gl": "^2.15.0",
"n8ao": "^1.5.1",
"openbim-clay": "0.0.5",
"postprocessing": "^6.31.0",
"stats.js": "^0.17.0",
"three-mesh-bvh": "0.6.0",
"top-tool-package-reader": "0.0.3",
"unzipit": "^1.4.3"
},
"peerDependencies": {
"bim-fragment": "1.0.25",
"three": "0.152.2",
"web-ifc": "0.0.46"
}
}