mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-14 17:59:08 +08:00
25 lines
525 B
JSON
25 lines
525 B
JSON
{
|
|
"name": "demo-compiler",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"deploy": "vercel deploy --prod",
|
|
"start": "vercel dev"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-jsx": "7.18.6",
|
|
"@babel/preset-react": "7.18.6",
|
|
"@babel/standalone": "7.18.13",
|
|
"@swc/plugin-transform-imports": "1.2.9",
|
|
"nativewind": "2.0.2",
|
|
"tailwindcss": "3.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"vercel": "28.1.4"
|
|
}
|
|
}
|