osm_my_commerce/osm_my_commerce/package.json

19 lines
404 B
JSON
Raw Normal View History

2023-03-02 11:31:37 +01:00
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.4.1",
2023-03-02 16:22:14 +01:00
"@tailwindcss/typography": "^0.5.9",
2023-03-02 11:31:37 +01:00
"autoprefixer": "^10.4.13",
"nuxt": "^3.2.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}