-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vueuse/components": "^7.7.1",
"axios": "^0.24.0",
"chart.js": "^3.7.1",
"debounce": "^1.2.1",
"email-validator": "^2.0.4",
"fuse.js": "^6.5.3",
"lazysizes": "^5.3.2",
"runes": "^0.4.3",
"vue-chartkick": "^1.1.0",
"vue-scrollto": "^2.20.0",
"vue3-carousel": "^0.1.30"
},
"devDependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.3.4",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.26",
"@vuepress/plugin-register-components": "^2.0.0-beta.26",
"@zhuowenli/vue-feather-icons": "^5",
"autoprefixer": "^10.4.0",
"dotenv": "^10.0.0",
"mailerlite-api-v2-node": "^1.2.0",
"netlify-plugin-inline-critical-css": "^1.2.0",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
"vue-svg-inline-loader": "^2.1.2",
"vuepress": "2.0.0-beta.26"
}
}