-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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": "@visualteams/plugin-engine",
"version": "1.4.4",
"main": "index",
"typings": "index",
"license": "MIT",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"updateContributor": "contributor-faces"
},
"devDependencies": {
"@types/node": "^18.11.10",
"contributor-faces": "^1.1.0",
"prettier": "^2.8.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@material-ui/core": "^4.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@material-ui/styles": "^4.10.0",
"@visualteams/ui-kit": "^1.6.2",
"nanoid": "^4.0.0",
"query-string": "^7.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/visualteams/plugin-engine.git"
},
"author": "",
"bugs": {
"url": "https://github.com/visualteams/plugin-engine/issues"
},
"homepage": "https://www.visualteams.eu",
"description": "Create your own plugin for VisualTeams App !",
"files": [
"index.js",
"index.d.ts",
"both/**/*.*",
"client/**/*.*",
"definitions/**/*.*"
]
}