forked from fullcalendar/fullcalendar-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"private": true,
"name": "fullcalendar-examples",
"workspaces": [
"bootstrap",
"bootstrap5",
"custom-css-vars",
"jest-react",
"lit",
"locales",
"moment",
"moment-timezone",
"moment-typescript",
"nuxt",
"react",
"react-lazy",
"react-mobx-typescript",
"react-redux",
"react-typescript",
"rollup",
"rollup-scheduler",
"typescript",
"typescript-scheduler",
"vue",
"vue-typescript",
"vue-vuex",
"vue3-typescript",
"webpack",
"webpack-scheduler"
],
"disabledWorkspaces": [
"# this block is for documentation purposes only",
"angular - Angular CLI does not support Yarn PnP",
"next - This example is disabled till the next major release",
"next-scheduler - This example is disabled till the next major release",
"parcel-2 - There is currently a bug in parcel which prevents this from working",
"# https://github.com/parcel-bundler/parcel/issues/4729",
"# tries to load babel within each fc file and fails"
]
}