-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "onpinion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=dev && webpack serve --port 3000",
"build": "set NODE_ENV=production && npm run ts-coverage && webpack",
"lint": "eslint \"**/*.{ts,tsx}\"",
"lint:fix": "eslint \"**/*.{ts,tsx}\" --fix",
"ts-coverage": "typescript-coverage-report"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"eslint": "^8.6.0",
"eslint-plugin-react": "^7.28.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"type-coverage": "^2.21.1",
"typescript": "^4.5.4",
"typescript-coverage-report": "^0.6.4",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.7",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/radar": "^0.79.1",
"firebase": "^9.6.9",
"firebase-tools": "^10.6.0",
"mobx": "^6.3.10",
"mobx-react": "^7.2.1",
"moment": "^2.29.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-firebaseui": "^6.0.0",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^6.2.2"
},
"typeCoverage": {
"atLeast": 95,
"cache": true,
"debug": true,
"ignoreCatch": true,
"project": "tsconfig.json",
"historyFile": "typecoverage.json"
}
}