-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "bim-gis",
"version": "1.0.0",
"description": "BIM + GIS web page",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoostGevaert/bim-gis.git"
},
"keywords": [
"bim",
"gis",
"web"
],
"author": "Joost Gevaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoostGevaert/bim-gis/issues"
},
"homepage": "https://github.com/JoostGevaert/bim-gis#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"rollup": "^3.14.0"
},
"dependencies": {
"camera-controls": "^2.3.1",
"three": "^0.135.0",
"web-ifc-viewer": "^1.0.213"
}
}