-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "@liberu-ui/meili-search",
"version": "3.0.5",
"description": "MeiliSearch package",
"main": "src/bulma/pages/meili-search/Index.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liberu-ui/meili-search.git"
},
"keywords": [
"meili-search",
"vue"
],
"author": "Adrian Ocneanu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/liberu-ui/meili-search/issues"
},
"homepage": "https://github.com/liberu-ui/meili-search#readme",
"dependencies": {
"@liberu-ui/forms": "^3.0",
"@liberu-ui/ui": "^6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"vue": "^3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.0-beta.6",
"@vue/cli-plugin-eslint": "5.0.0-beta.6",
"@vue/eslint-config-airbnb": "^5.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"cross-env": "^6.0.0",
"eslint": "^7.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^8.0.3"
}
}