forked from enso-ui/accessories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@enso-ui/accessories",
"version": "1.0.21",
"description": "Accessories",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/@enso-ui/accessories.git"
},
"keywords": [
"accessories",
"addresses",
"comments",
"discussions",
"documents",
"vue"
],
"author": "Adrian Ocneanu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/@enso-ui/accessories/issues"
},
"homepage": "https://github.com/@enso-ui/accessories#readme",
"devDependencies": {
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"cross-env": "^5.1.6",
"eslint": "^5.0.1",
"eslint-plugin-vue": "^5.0.0",
"laravel-mix": "3.0.0",
"node-sass": "^4.11.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@enso-ui/card": "^1.0.0",
"@enso-ui/confirmation": "^1.0.0",
"@enso-ui/directives": "^1.0.0",
"@enso-ui/forms": "^1.0.0",
"@enso-ui/modal": "^1.0.0",
"@enso-ui/tabs": "^1.0.5",
"@enso-ui/uploader": "^1.0.3",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"bulma": "^0.7.2",
"lodash": "^4.17.10",
"quill": "^1.3.6",
"textarea-caret": "^3.1.0",
"tooltip.js": "^1.2.0",
"v-tooltip": "^2.0.0-rc.32",
"vue": "^2.5.16",
"vue-quill-editor": "^3.0.6",
"vuex": "^3.0.0"
}
}