aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d148625232a32677a6b201a8540f086a132a4b0f (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
{
  "name": "react-benzin",
  "version": "2.2.0",
  "description": "A powerful React Material components library.",
  "main": "dist/index.tsx",
  "module": "dist/index.tsx",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "start": "react-scripts start",
    "test": "eslint . && tsc",
    "build": "rm -rf dist && tsc --project ts-compile-config.json",
    "deploy": "eslint src/lib && npm run build && npm publish --public"
  },
  "license": "MIT",
  "dependencies": {
    "@material-ui/core": "^4.9.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-virtualized-auto-sizer": "^1.0.2",
    "react-window": "^1.8.5",
    "typeface-roboto": "0.0.75"
  },
  "devDependencies": {
    "@types/node": "^13.5.0",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "@types/react-virtualized-auto-sizer": "^1.0.0",
    "@types/react-window": "^1.8.1",
    "eslint": "^6.8.0",
    "eslint-config-react-app": "^5.1.0",
    "react-scripts": "^3.3.1",
    "typescript": "^3.7.5"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}