-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.07 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@nuxt/image-edge": "^1.0.0-27657146.da85542",
"@nuxtjs/color-mode": "^3.1.4",
"@nuxtjs/svg": "^0.4.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@rollup/plugin-inject": "^4.0.4",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.191",
"@types/spotify-api": "^0.0.16",
"@types/topojson-client": "^3.1.1",
"@vitejs/plugin-vue": "^3.0.1",
"@vueuse/core": "^9.10.0",
"@yeger/vue-masonry-wall": "^3.0.44",
"autoprefixer": "^10.4.13",
"d3": "^7.6.1",
"lodash": "^4.17.21",
"nuxt": "^3.0.0",
"@pinia/nuxt": "^0.4.6",
"postcss": "^8.4.19",
"sass": "^1.54.3",
"tailwindcss": "^3.2.4",
"topojson-client": "^3.1.0",
"vite": "^3.2.4",
"vue-country-flag-next": "^2.3.2"
},
"dependencies": {
"buffer": "^6.0.3"
}
}