This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "nuxt-enso-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"postinstall": "opencollective-postinstall && patch-package && rm -rf node_modules/@enso-ui/mixins node_modules/@enso-ui/google",
"inspect": "nuxt webpack --depth > webpack.config.js"
},
"dependencies": {
"@enso-ui/accessories": "^3.0.2",
"@enso-ui/addresses": "^1.3.8",
"@enso-ui/charts": "^2.0.20",
"@enso-ui/checkbox": "^2.0.2",
"@enso-ui/clipboard": "^1.0.4",
"@enso-ui/enums": "^1.0.3",
"@enso-ui/filters": "^2.0.5",
"@enso-ui/forms": "^2.3.19",
"@enso-ui/laravel-validation": "^1.1.0",
"@enso-ui/progress-indicator": "^1.1.5",
"@enso-ui/route-mapper": "^1.0.1",
"@enso-ui/scroll-to-top": "^2.0.3",
"@enso-ui/sentry": "^1.0.4",
"@enso-ui/switch": "^1.0.20",
"@enso-ui/tables": "^2.6.13",
"@enso-ui/toastr": "^2.1.2",
"@enso-ui/transitions": "^1.1.1",
"@enso-ui/tree-view": "^1.0.4",
"@enso-ui/typeahead": "^2.3.6",
"@enso-ui/uploader": "^1.0.24",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"@sentry/browser": "^6.12.0",
"@sentry/integrations": "^6.12.0",
"animate.css": "^4.1.1",
"bulma-extensions": "^6.2.7",
"core-js": "^3.15.1",
"d3": "^7.0.1",
"d3-dag": "^0.8.2",
"d3-tip": "^0.9.1",
"driver.js": "^0.9.8",
"favico.js": "^0.3.10",
"flag-icon-css": "^3.5.0",
"flatpickr": "^4.6.9",
"laravel-echo": "^1.11.2",
"nuxt": "^2.15.7",
"nuxt-route-meta": "^2.3.2",
"nuxt-vuex-router-sync": "^0.0.3",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"pusher-js": "^7.0.3",
"vee-validate": "^3.4.12",
"video.js": "^7.14.3",
"vue-cal": "^3.10.1",
"vue-fb-customer-chat": "^0.2.0",
"vue-loading-overlay": "^4.0.4",
"vue-pull-refresh": "^0.2.7",
"vue-select": "^3.13.0",
"vue-video-player": "^5.0.2",
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.6",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/router-extras": "^1.1.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.17.0",
"fibers": "^5.0.0",
"prettier": "^2.3.2",
"sass": "^1.38.2",
"sass-loader": "^10.2.0",
"style-loader": "^3.2.1"
}
}