-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·116 lines (116 loc) · 3.86 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
116
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.0",
"@vue/devtools": "^6.5.0",
"autoprefixer": "^10.0.2",
"axios": "^0.21.4",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.3.11",
"postcss-import": "^12.0.1",
"postcss-loader": "^6.2.0",
"resolve-url-loader": "^3.1.4",
"sass": "^1.43.4",
"sass-loader": "^13.2.2",
"tailwindcss": "^2.0.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.64.1"
},
"dependencies": {
"-": "^0.0.1",
"@braid/vue-formulate": "^2.5.2",
"@casl/ability": "^5.4.4",
"@casl/vue": "^1.2.3",
"@ckeditor/ckeditor5-build-classic": "^24.0.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@ckeditor/ckeditor5-vue2": "^3.0.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@innologica/vue-stackable-modal": "^0.1.10",
"@nuxt/vue-app": "^2.15.8",
"@nuxtjs/sitemap": "^2.4.0",
"@popperjs/core": "^2.11.5",
"@renatodeleao/vue-sticky-directive": "^0.3.0",
"@serializedowen/vue-img-watermark": "^1.1.0",
"@unhead/vue": "^1.9.7",
"bootstrap": "^5.2.2",
"bootstrap-vue": "^2.23.1",
"ckeditor4-vue": "^1.3.2",
"cli": "^1.0.1",
"fs": "^0.0.1-security",
"fs-web": "^1.0.1",
"g": "^2.0.1",
"lang.js": "^1.1.14",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-vue-lang": "^3.1.3",
"laravel-vue-pagination": "^4.0.0",
"latest-version": "^6.0.0",
"lingallery": "^1.3.7",
"mdbvue": "^6.7.3",
"node-sass": "^8.0.0",
"npm": "^8.12.1",
"paper": "^0.12.15",
"path": "^0.12.7",
"qrcanvas-vue": "^2.1.1",
"radium": "^0.26.1",
"react-content-loader": "^6.2.0",
"save": "^2.4.0",
"stream": "^0.0.2",
"vue-axios": "^3.5.2",
"vue-carousel-3d": "^1.0.1",
"vue-cli-plugin-sitemap": "^2.3.0",
"vue-content-loader": "^0.2.3",
"vue-country-flag": "^2.3.2",
"vue-expandable-image": "^0.1.0",
"vue-gallery": "^2.0.1",
"vue-glide-js": "^1.3.14",
"vue-google-charts": "^0.3.3",
"vue-gtag": "^1.16.1",
"vue-html2pdf": "^1.8.0",
"vue-i18n": "^8.27.1",
"vue-input-search": "0.0.20",
"vue-instagram": "^3.0.0",
"vue-lang-router": "^1.3.1",
"vue-loading-overlay": "^3.4.2",
"vue-meta": "^2.4.0",
"vue-moments-ago": "^0.2.0",
"vue-multiselect": "^2.1.6",
"vue-nestable": "^2.6.0",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.5.3",
"vue-search-select": "^2.9.5",
"vue-simple-search-dropdown": "^1.0.1",
"vue-slicksort": "^1.2.0",
"vue-social-sharing": "^3.0.9",
"vue-ui-preloader": "^1.2.1",
"vue-upload-multiple-image": "^1.1.6",
"vueperslides": "^2.15.3",
"vuex": "^3.6.2",
"vux-uploader-component": "^1.0.25"
},
"name": "climbing.loc",
"description": "<p align=\"center\"><img src=\"/public/images/site_img/site_logo/climibng,ge(becground).jpg\" width=\"400\"></p>",
"version": "3.5.10",
"main": "tailwind.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}