-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 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
50
51
52
53
54
55
{
"name": "cat-webcomponents",
"version": "1.1.5",
"main": "dist/index.es.js",
"exports": {
".": "./dist/index.es.js"
},
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-vite": "^0.1.29",
"@storybook/web-components": "^6.4.22",
"babel-loader": "^8.2.3",
"rollup-plugin-postcss-lit": "^2.0.0",
"sass": "^1.53.0",
"typescript": "^4.5.4",
"vite": "^2.8.0"
},
"dependencies": {
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/list": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0",
"@tiptap/core": "^2.0.0-beta.182",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"bootstrap": "5.2.0",
"lit": "latest"
},
"description": "Vite, Lit and Storybook for standalone web component development",
"repository": {
"type": "git",
"url": "git+https://github.com/Inaztm/cat-webcomponents.git"
},
"author": "Inaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Inaztm/cat-webcomponents/issues"
},
"homepage": "https://github.com/Inaztm/cat-webcomponents#readme"
}