-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.82 KB
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
60
61
62
63
64
65
66
67
{
"name": "desk-design-system",
"author": "Kamil",
"files": [
"dist"
],
"main": "./dist/desk-design-system.umd.js",
"module": "./dist/desk-design-system.es.js",
"exports": {
".": {
"import": "./dist/desk-design-system.es.js",
"require": "./dist/desk-design-system.umd.js"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"version": "1.6.101",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"watch": "vite build --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@vee-validate/i18n": "^4.8.3",
"@vee-validate/rules": "^4.8.4",
"@vue-hero-icons/outline": "^1.7.2",
"@vue-hero-icons/solid": "^1.7.2",
"@vueuse/core": "^10.5.0",
"vee-validate": "^4.8.4",
"vue": "^3.2.40",
"vue-tel-input": "^6.0.5",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "^7.3.2",
"@storybook/vue3-vite": "^7.3.2",
"@tailwindcss/forms": "^0.5.0",
"@vitejs/plugin-vue": "^1.9.3",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.3.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.3.2",
"tailwindcss": "^3.0.23",
"vite": "^3.2.5",
"vue-loader": "^16.8.3"
}
}