-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "building-editor-react",
"version": "0.1.1",
"description": "React wrapper for building-editor",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baues/building-editor-react.git"
},
"keywords": [
"building-editor",
"BIM",
"react",
"webgl"
],
"author": "BAUES <[email protected]> (https://github.com/baues)",
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/baues/building-editor-react/issues"
},
"homepage": "https://github.com/baues/building-editor-react#readme",
"peerDependencies": {
"building-editor": "^0.1.2",
"react": "^16.8.3 || ^17"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/three": "^0.127.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"building-editor": "^0.1.2",
"eslint": "^7.28.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.127.0",
"typescript": "^4.2.4"
}
}