summaryrefslogtreecommitdiffstats
path: root/package.json
blob: a73fde39907b9c463288a4418aac6524f395bd1b (plain) (blame)
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
{
  "name": "fcked-rt",
  "version": "1.0.0",
  "description": "Describe fcked-rt here",
  "private": true,
  "scripts": {
    "build": "nwb build-react-app",
    "clean": "nwb clean-app",
    "start": "nwb serve-react-app",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {
    "@material-ui/core": "^4.8.0",
    "@material-ui/icons": "^4.5.1",
    "axios": "^0.19.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "devDependencies": {
    "nwb": "0.23.x"
  },
  "author": "",
  "license": "MIT",
  "repository": ""
}