-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplicationLibraries.xml
38 lines (38 loc) · 1.31 KB
/
applicationLibraries.xml
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
<application>
<component name="libraryTable">
<library name="@types/node" type="javaScript">
<CLASSES />
<JAVADOC />
<SOURCES />
</library>
<library name="@types/tailwindcss" type="javaScript">
<CLASSES />
<JAVADOC />
<SOURCES />
</library>
<library name="OneSignalSDK.page" type="javaScript">
<properties>
<sourceFilesUrls>
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.onesignal.com_sdks_web_v16_OneSignalSDK.page.js" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.onesignal.com_sdks_web_v16_OneSignalSDK.page.js" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="event-source-polyfill" type="javaScript">
<properties>
<sourceFilesUrls>
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_event-source-polyfill_src_eventsource.js" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_cdn.jsdelivr.net_npm_event-source-polyfill_src_eventsource.js" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
</application>