mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 01:16:14 -06:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tailwindcss -o ./assets/build.css"
|
|
},
|
|
"dependencies": {
|
|
"cssnano": "^6.1.2",
|
|
"postcss-cli": "^11.0.0"
|
|
}
|
|
}
|