summaryrefslogtreecommitdiff
path: root/@linaria/website/package.json
blob: 211d321566312a7b297c48d4236b55f6b9f24b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "linaria-website",
  "version": "3.0.0-beta.11",
  "private": true,
  "description": "Linaria website",
  "scripts": {
    "prestart": "yarn --cwd .. prepare",
    "start": "webpack-serve",
    "server": "node build/server",
    "clean:client": "del dist",
    "clean:server": "del build",
    "clean": "yarn clean:client && yarn clean:server",
    "build:client": "cross-env NODE_ENV=production webpack -p --env.NODE_ENV production",
    "build:server": "cross-env NODE_ENV=production BABEL_ENV=server babel src --out-dir build",
    "build": "yarn build:client && yarn build:server",
    "prebuild": "yarn clean",
    "lint:css": "stylelint src/**/*.js"
  },
  "dependencies": {
    "@linaria/core": "^3.0.0-beta.4",
    "@linaria/react": "^3.0.0-beta.11",
    "@linaria/server": "^3.0.0-beta.3",
    "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.12.1",
    "@babel/core": "^7.12.3",
    "@babel/preset-flow": "^7.0.0",
    "@linaria/babel-preset": "^3.0.0-beta.7",
    "@linaria/stylelint": "^3.0.0-beta.7",
    "@linaria/webpack4-loader": "^3.0.0-beta.7",
    "babel-loader": "^8.0.5",
    "babel-plugin-module-resolver": "^3.2.0",
    "cross-env": "^5.2.0",
    "css-hot-loader": "^1.4.3",
    "css-loader": "^2.1.0",
    "del-cli": "^1.1.0",
    "file-loader": "^3.0.1",
    "mini-css-extract-plugin": "^0.5.0",
    "stylelint": "^13.7.2",
    "stylelint-config-recommended": "^3.0.0",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.2.3",
    "webpack-serve": "^3.2.0"
  }
}