-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.74 KB
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
{
"name": "sodev-salary-guide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --port 3000",
"build": "set NODE_ENV=production && webpack",
"lint": "eslint \"**/*.{ts,tsx}\"",
"lint:fix": "eslint \"**/*.{ts,tsx}\" --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@mui/types": "^9.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/papaparse": "^5.3.1",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-plotly.js": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"allotment": "^1.5.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",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"mini-css-extract-plugin": "^2.4.5",
"papaparse": "^5.3.1",
"plotly.js": "^2.8.3",
"react-test-renderer": "^18.3.0",
"ts-jest": "^29.4.11",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1"
},
"dependencies": {
"@emotion/react": "11.11",
"@emotion/styled": "11.11",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.3.11",
"@mui/x-data-grid": "^7.29.13",
"mobx": "^6.3.10",
"mobx-react": "^7.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^4.0.0",
"react-plotly.js": "^2.5.1",
"which": "^7.0.0"
}
}