forked from vkurko/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "event-calendar",
"version": "0.7.1",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime-corejs3": "^7.15.3",
"@event-calendar/build": "~0.7.1",
"@event-calendar/common": "~0.7.1",
"@event-calendar/core": "~0.7.1",
"@event-calendar/day-grid": "~0.7.1",
"@event-calendar/interaction": "~0.7.1",
"@event-calendar/list": "~0.7.1",
"@event-calendar/resource-time-grid": "~0.7.1",
"@event-calendar/time-grid": "~0.7.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"abort-controller": "^3.0.0",
"autoprefixer": "^10.3.2",
"postcss": "^8.3.6",
"rollup": "^2.56.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.38.1",
"svelte": "^3.42.4",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"sirv-cli": "^1.0.14"
},
"browserslist": [
"> 0.25%, not dead"
]
}