-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "primbon",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"sitemap": "vue-cli-service sitemap",
"test": "jest"
},
"dependencies": {
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/vue3": "^5.11.0",
"@vue-leaflet/vue-leaflet": "^0.6.1",
"@vueuse/head": "^0.7.7",
"aos": "^2.3.4",
"autoprefixer": "^10",
"axios": "^0.26.1",
"core-js": "^3.8.3",
"esm": "^3.2.25",
"hijri-js": "^1.0.25",
"javanese-weton": "^1.0.1",
"marked": "^4.0.18",
"moment": "^2.29.3",
"postcss": "^8",
"swiper": "^8.1.0",
"tailwindcss": "^3",
"v-calendar": "^3.0.0-alpha.8",
"vue": "^3.2.13",
"vue-awesome-swiper": "^5.0.1",
"vue-observe-visibility": "^2.0.0-alpha.1",
"vue-router": "^4.0.3",
"vue-toast-notification": "3.0",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@iconify/vue": "^3.2.1",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"jest": "^28.1.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"sitemap-webpack-plugin": "^1.1.1",
"vue-cli-plugin-sitemap": "~2.3.0",
"vue-cli-plugin-tailwind": "~3.0.0",
"vue-cli-plugin-vuetify": "~2.4.8"
}
}