summaryrefslogtreecommitdiff
path: root/package.json
blob: defb76efd8c7b2d42e0e9150bcef1a081480b37f (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
{
    "name": "soc_dashboard",
    "version": "1.0.0",
    "description": "",
    "scripts": {
        "start": "PER_PAGE=${PER_PAGE:=5} parcel --port 8001 src/index.html",
        "build": "PER_PAGE=${PER_PAGE:=5} parcel build src/index.html"
    },
    "browserslist": "defaults",
    "parcelIgnore": [
        "inject.js"
    ],
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@emotion/react": "^11.5.0",
        "@emotion/styled": "^11.3.0",
        "@mui/icons-material": "^5.0.4",
        "@mui/material": "^5.0.4",
        "dateformat": "^4.5.1",
        "eslint": "^7.29.0",
        "eslint-plugin-react": "^7.14.3",
        "parcel": "^2.0.0-rc.0",
        "parcel-resolver-ignore": "2.0.0",
        "prettier": "^2.3.2",
        "prop-types": "^15.7.2",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-router-dom": "^5.3.0"
    },
    "dependenciesComments": {
        "parcel-resolver-ignore": "Very small package so its version is pinned, do not update without reading source code"
    },
    "prettier": {
        "tabWidth": 4,
        "trailingComma": "none",
        "arrowParens": "avoid"
    }
}