aliaset
Version:
twind monorepo
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "@example/with-remix",
"description": "remix with twind example",
"version": "0.0.2",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
"repository": {
"type": "git",
"url": "https://github.com/tw-in-js/twind.git",
"directory": "examples/with-remix"
},
"engines": {
"node": ">=14"
},
"sideEffetcs": false,
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development remix dev",
"build": "cross-env NODE_ENV=production remix build",
"serve": "remix-serve build",
"postinstall": "remix setup node"
},
"dependencies": {
"@remix-run/react": "^1.7.5",
"@remix-run/serve": "^1.7.5",
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-remix": "1.0.1",
"@types/react": "^17.0.52",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.7.5"
},
"devDependencies": {
"@remix-run/dev": "^1.7.5",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.18",
"typescript": "^4.8.4"
}
}