{
  "name": "linaria-website",
  "version": "4.5.3",
  "private": true,
  "description": "Linaria website",
  "exports": {
    ".": "./src/index.jsx",
    "./*": "./src/*.jsx"
  },
  "main": "./src/index.jsx",
  "scripts": {
    "build": "pnpm build:client && pnpm build:server",
    "build:client": "cross-env NODE_ENV=production webpack",
    "build:server": "cross-env NODE_ENV=production BABEL_ENV=server babel src --out-dir build",
    "clean": "pnpm clean:client && pnpm clean:server",
    "clean:client": "del dist",
    "clean:server": "del build",
    "lint:css": "stylelint src/**/*.jsx",
    "prebuild": "pnpm clean",
    "prestart": "pnpm -w prepare",
    "server": "node build/server",
    "start": "webpack serve"
  },
  "dependencies": {
    "@babel/runtime": "^7.22.6",
    "@linaria/atomic": "workspace:^",
    "@linaria/core": "workspace:^",
    "@linaria/react": "workspace:^",
    "@linaria/server": "workspace:^",
    "babel-plugin-file-loader": "^1.1.1",
    "dedent": "^0.7.0",
    "escape-html": "^1.0.3",
    "ignore-styles": "^5.0.1",
    "koa": "^2.7.0",
    "koa-compress": "^3.0.0",
    "koa-router": "^7.4.0",
    "koa-send": "^5.0.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.9",
    "@babel/core": "^7.22.9",
    "@linaria/babel-preset": "workspace:^",
    "@linaria/shaker": "workspace:^",
    "@linaria/stylelint": "workspace:^",
    "@linaria/webpack5-loader": "workspace:^",
    "babel-loader": "^8.2.5",
    "babel-plugin-module-resolver": "^4.1.0",
    "cross-env": "^7.0.3",
    "css-hot-loader": "^1.4.4",
    "css-loader": "^6.7.1",
    "del-cli": "^1.1.0",
    "html-webpack-plugin": "^5.5.3",
    "mini-css-extract-plugin": "^2.6.0",
    "stylelint": "^14.11.0",
    "stylelint-config-recommended": "^3.0.0",
    "url": "^0.11.0",
    "webpack": "^5.6.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.9.1"
  }
}
