summaryrefslogtreecommitdiff
path: root/package.json
blob: 1249bab8cff60cf7e9c1c4a1c97de1869847aac8 (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": "./make-inject-env.sh && parcel --port 8001 src/index.html",
        "build": "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": "^5.0.3",
        "parcel": "^2.6.0",
        "parcel-resolver-ignore": "2.0.0",
        "prettier": "^2.3.2",
        "process": "^0.11.10",
        "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",
        "process": "Auto-installed by Parcel, this package is a browser polyfill for the node builtin `process`, used by some of our dependencies"
    },
    "prettier": {
        "tabWidth": 4,
        "trailingComma": "none",
        "arrowParens": "avoid"
    }
}