2020-05-16 19:26:28 +03:00
|
|
|
plugins {
|
2021-02-23 21:47:18 +03:00
|
|
|
id("ru.mipt.npm.gradle.js")
|
2020-05-16 19:26:28 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies{
|
2020-11-09 19:51:57 +03:00
|
|
|
api(project(":visionforge-solid"))
|
2021-06-29 11:49:41 +03:00
|
|
|
api("org.jetbrains.kotlin-wrappers:kotlin-styled")
|
|
|
|
api("org.jetbrains.kotlin-wrappers:kotlin-react-dom")
|
2021-05-08 23:14:15 +03:00
|
|
|
// implementation(npm("react-select","4.3.0"))
|
2020-11-21 11:17:18 +03:00
|
|
|
implementation(project(":visionforge-threejs"))
|
2020-05-16 19:26:28 +03:00
|
|
|
}
|