-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 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
47
48
49
{
"name": "chaynsnet-runtime",
"version": "1.0.0",
"main": "index.js",
"keywords": [
"chaynsnet",
"runtime",
"chayns",
"tobit"
],
"scripts": {
"dev": "chayns-toolkit dev",
"build": "chayns-toolkit build",
"lint": "chayns-toolkit lint"
},
"babel": {
"presets": [
"@chayns-toolkit"
]
},
"eslintConfig": {
"extends": "@chayns-toolkit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobitSoftware/chaynsnet-runtime.git"
},
"bugs": {
"url": "https://github.com/TobitSoftware/chaynsnet-runtime/issues"
},
"homepage": "https://github.com/TobitSoftware/chaynsnet-runtime/wiki",
"author": "Tobit.Software",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"chayns-api": "0.0.75",
"chayns-toolkit": "^1.6.4",
"classnames": "^2.2.6",
"html-to-element": "^1.0.0",
"lodash.throttle": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"uuid": "^3.3.2",
"whatwg-fetch": "^3.0.0"
},
"optionalDependencies": {
"chayns-logger": "^2.6.2"
}
}