-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "@liberu-ui/algolia",
"version": "2.0.8",
"description": "algolia package",
"main": "src/bulma/pages/algolia/Index.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liberu-ui/algolia.git"
},
"keywords": [
"algolia",
"vue"
],
"author": "Adrian Ocneanu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/liberu-ui/algolia/issues"
},
"homepage": "https://github.com/liberu-ui/algolia#readme",
"dependencies": {
"@liberu-ui/loader": "^2.0",
"@liberu-ui/mixins": "^2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"v-tooltip": "^2.0.0",
"vue": "^2.5.16",
"vuex": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-airbnb": "^5.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"cross-env": "^6.0.0",
"eslint": "^6.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^6.0.0"
}
}