-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "@addeus/ui-kit",
"version": "0.0.1",
"description": "UiKit of Addeus",
"main": "index.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/add-eus/ui-kit.git"
},
"author": "mallanic <maxime@allanic.me>",
"license": "ISC",
"bugs": {
"url": "https://github.com/add-eus/ui-kit/issues"
},
"homepage": "https://github.com/add-eus/ui-kit#readme",
"dependencies": {
"@addeus/vue3-stores": "github:add-eus/vue3-stores#master",
"@popperjs/core": "^2.11.8",
"@vueform/multiselect": "^2.6.8",
"@vuepic/vue-datepicker": "^9.0.3",
"@vueuse/core": "^10.9.0",
"material-symbols": "^0.17.1",
"notyf": "^3.10.0",
"v-calendar": "^3.1.2",
"vue-advanced-cropper": "^2.8.8",
"vue-tel-input": "^9.1.4"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.14",
"@vitejs/plugin-vue": "^4.1.0",
"histoire": "^0.17.14",
"vite": "^4.5.3",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
}
}