๐Ÿ“ฆ malash / linaria-issue-1382

๐Ÿ“„ package.json ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16{
  "name": "bad-case-linaria",
  "version": "0.1.0",
  "private": true,
  "license": "MIT",
  "scripts": {
    "start": "babel --presets=@babel/typescript,@linaria src/index.ts"
  },
  "dependencies": {
    "@babel/cli": "^7.23.0",
    "@babel/core": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@linaria/babel-preset": "^5.0.4"
  }
}