forked from liberu-genealogy/genealogy-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 3.64 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "nuxt",
"version": "9.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"prepare": "rollup -c",
"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.7.1",
"@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",
"@nuxt/babel-preset-app": "^2.15.8",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-adsense": "2.0.0",
"@nuxtjs/laravel-echo": "^1.1.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.1",
"@rollup/plugin-node-resolve": "^13.0",
"@sentry/browser": "^6.12.0",
"@sentry/integrations": "^6.12.0",
"@vue-stripe/vue-stripe": "^4.2.5",
"animate.css": "^4.1.1",
"bulma-extensions": "^6.2.7",
"chart.js": "2.9.4",
"core-js": "^3.15.1",
"d3": "^7.0.1",
"d3-dag": "^0.8.2",
"d3-fetch": "^3.0",
"d3-hierarchy": "^3.0",
"d3-scale": "^4.0",
"d3-selection": "^3.0",
"d3-shape": "^3.0",
"d3-timer": "^3.0",
"d3-tip": "^0.9.1",
"d3-transition": "^3.0",
"d3-zoom": "^3.0",
"driver.js": "^0.9.8",
"favico.js": "^0.3.10",
"file-saver": "^2.0.5",
"flag-icon-css": "^3.5.0",
"flatpickr": "^4.6.9",
"laravel-echo": "^1.11.2",
"nuxt-edge": "^2.16.0-27358576.777a4b7f",
"nuxt-fontawesome": "^0.4.0",
"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",
"rollup": "^2.56",
"rollup-plugin-terser": "^7.0",
"socket.io-client": "^2.4.0",
"vee-validate": "^3.4.12",
"video.js": "^7.14.3",
"vue-cal": "^3.10.1",
"vue-chartjs": "^3.5.1",
"vue-fb-customer-chat": "^0.2.0",
"vue-loading-overlay": "^3.0.0",
"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",
"vuetify": "^2.6.10",
"webpack": "^4.46.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@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.43.4",
"sass-loader": "^10.1.1",
"style-loader": "^3.3.1"
}
}