-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1 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
{
"name": "laravel-access-ui",
"version": "1.3.8",
"description": "User Interface for simple access rights.",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"homepage": "https://github.com/wnikk/laravel-access-ui",
"keywords": [
"Access User Interface",
"Vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wnikk/laravel-access-ui.git"
},
"author": {
"name": "Nikolya May",
"homepage": "https://nikk.dev",
"role": "Developer"
},
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"lodash": "^4.17.19",
"postcss": "^8.4.16",
"vite": "^4.0.2",
"vite-plugin-resolve": "^2.3.0"
},
"dependencies": {
"tiny-emitter": "^2.1.0",
"vue": "^3.2.5",
"vue-i18n": "^9.2.2",
"vue-multiselect": "^3.0.0-beta.1"
}
}