-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.47 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
56
57
58
59
{
"name": "twinte-ui",
"version": "1.0.0",
"description": "Twin:te Frontend UI",
"type": "module",
"types": "./dist/main.d.ts",
"files": [
"dist"
],
"module": "./dist/twinte-ui.js",
"exports": {
".": {
"import": "./dist/twinte-ui.js"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"unocss": "^0.49.7",
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.16",
"@testing-library/vue": "^6.6.1",
"@vitejs/plugin-vue": "^4.0.0",
"babel-loader": "^8.3.0",
"happy-dom": "^8.5.0",
"sass": "^1.58.2",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-dts": "^2.0.0-beta.1",
"vitest": "^0.28.5",
"vue-loader": "^16.8.3",
"vue-tsc": "^1.0.24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twin-te/twinte-ui.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/twin-te/twinte-ui/issues"
},
"homepage": "https://github.com/twin-te/twinte-ui#readme"
}