-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "@erfanmola/televue",
"version": "0.1.8",
"type": "module",
"files": ["dist"],
"main": "./dist/tele-vue-lib.umd.cjs",
"module": "./dist/tele-vue-lib.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@twa-dev/sdk": "^7.10.1",
"js-crypto-hmac": "^1.0.7",
"vue": "^3.5.13"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-mdx-gfm": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.4.4",
"@storybook/vue3-vite": "^8.4.4",
"@vitejs/plugin-vue": "^5.2.0",
"gh-pages": "^6.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.81.0",
"storybook": "^8.4.4",
"vite": "^5.4.11"
},
"exports": {
".": {
"import": "./dist/tele-vue-lib.js",
"require": "./dist/tele-vue-lib.umd.cjs"
},
"./style.css": "./dist/style.css"
}
}