-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "@mcjeffr/react-schematicwebviewer",
"version": "1.2.2",
"description": "React wrapper around the SchematicWebViewer canvas by EngineHub",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/McJeffr/react-schematicwebviewer.git"
},
"keywords": [
"minecraft",
"schematic",
"schematics",
"worldedit",
"schematicwebviewer"
],
"author": "McJeffr",
"license": "MIT",
"bugs": {
"url": "https://github.com/McJeffr/react-schematicwebviewer/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/McJeffr/react-schematicwebviewer#readme",
"devDependencies": {
"@enginehub/schematicwebviewer": "^2.2.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"rollup": "^2.37.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}