-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.57 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
59
{
"name": "@enso-ui/tables",
"version": "3.4.5",
"description": "Tables",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enso-ui/tables.git"
},
"keywords": [
"form",
"tables",
"json",
"renderless",
"bulma",
"vue"
],
"author": "Adrian Ocneanu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/enso-ui/tables/issues"
},
"homepage": "https://github.com/enso-ui/tables#readme",
"dependencies": {
"@enso-ui/date": "^1.0",
"@enso-ui/datepicker": "^2.0",
"@enso-ui/directives": "^2.0",
"@enso-ui/dropdown": "^3.0",
"@enso-ui/enums": "^1.0",
"@enso-ui/loader": "^3.0",
"@enso-ui/modal": "^3.0",
"@enso-ui/search-mode": "^3.0",
"@enso-ui/select": "^3.0",
"@enso-ui/switch": "^2.0",
"@fortawesome/fontawesome-free": "^5.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "3.0.0-5",
"css-element-queries": "^1.1.1",
"lodash": "^4.17.11",
"v-tooltip": "^4.0.0-beta.2",
"vue": "^3.0",
"vuex": "^4.0.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.0"
}
}