package.json 1 KB
Newer Older
dobli's avatar
dobli committed
1
{
dobli's avatar
dobli committed
2
  "name": "pb-framr",
Dobli's avatar
Dobli committed
3
  "homepage": "/landing/",
dobli's avatar
dobli committed
4
5
6
  "version": "0.1.0",
  "private": true,
  "dependencies": {
dobli's avatar
dobli committed
7
8
9
10
11
12
13
14
15
16
17
18
    "@material/react-button": "^0.9.2",
    "@material/react-drawer": "^0.8.0",
    "@material/react-list": "^0.9.0",
    "@material/react-material-icon": "^0.9.0",
    "@material/react-menu-surface": "^0.8.0",
    "@material/react-select": "^0.8.0",
    "@material/react-top-app-bar": "^0.9.0",
    "@types/classnames": "^2.2.7",
    "@types/node": "^10.12.21",
    "@types/react": "^16.8.1",
    "@types/react-dom": "^16.0.11",
    "node-sass": "^4.11.0",
dobli's avatar
dobli committed
19
20
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
dobli's avatar
dobli committed
21
22
23
    "react-helmet": "^5.2.0",
    "react-scripts": "2.1.3",
    "typescript": "^3.3.1"
dobli's avatar
dobli committed
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}