-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.39 KB
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
{
"name": "@hololinked/mui-render-engine",
"version": "0.1.1",
"description": "derivation for mobx-render-engine primarily containing MUI components",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"uninstall-node-modules": "rmdir node_modules /s /q",
"clean": "rmdir dist /s /q",
"build": "tsc && robocopy . .\\dist package.json README.md LICENSE",
"pack": "cd dist && npm pack . && cd ..",
"publish-package": "cd dist && npm publish --access public && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/VigneshVSV/mui-render-engine.git"
},
"keywords": [
"react",
"React MUI",
"mobx-render-engine",
"mobx",
"hololinked.webdashboard"
],
"author": "Vignesh Vaidyanathan",
"license": "MIT",
"bugs": {
"url": "https://github.com/VigneshVSV/mui-render-engine.git"
},
"homepage": "https://github.com/VigneshVSV/mui-render-engine#readme",
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@hololinked/mobx-render-engine": "^0.1.1",
"@mui/material": "^5.15.1",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}