next-with-linaria
Version:
Linaria support for Next.js App Router
72 lines (71 loc) • 1.7 kB
JSON
{
"name": "next-with-linaria",
"version": "1.4.0",
"description": "Linaria support for Next.js App Router",
"main": "lib/with-linaria.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rm -rf lib",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"test": "pnpm --filter ./tests/example run test",
"prepublish": "pnpm run clean && pnpm run build"
},
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@rspack/core": "1.7.11",
"@types/fs-extra": "11.0.4",
"@wyw-in-js/babel-preset": "1.0.7",
"@wyw-in-js/transform": "1.0.7",
"globals": "17.4.0",
"is-ci": "4.1.0",
"lint-staged": "16.4.0",
"next": "16.2.2",
"oxfmt": "0.44.0",
"oxlint": "1.59.0",
"simple-git-hooks": "2.13.1",
"typescript": "6.0.2",
"webpack": "5.105.4"
},
"peerDependencies": {
"@babel/runtime": "7.x",
"@wyw-in-js/babel-preset": "1.x",
"@wyw-in-js/transform": "1.x"
},
"files": [
"lib"
],
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"**/*.(js|jsx|ts|tsx)": [
"oxlint --fix"
],
"**/*.(js|jsx|ts|tsx|json|css|md|mdx)": [
"oxfmt"
]
},
"author": "Dario Lehmhus",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dlehmhus/next-with-linaria.git"
},
"bugs": {
"url": "https://github.com/dlehmhus/next-with-linaria/issues"
},
"homepage": "https://github.com/dlehmhus/next-with-linaria#readme",
"keywords": [
"linaria",
"next",
"next.js",
"css",
"rspack",
"turbopack",
"webpack"
]
}