-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.87 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
62
63
64
65
66
{
"name": "GitHubPage",
"version": "1.0.0",
"description": "GitHub Page",
"author": "Erica Dominic",
"license": "ISC",
"proxy": "http://localhost:8000",
"scripts": {
"start": "webpack serve --open --config webpack.dev.ts",
"build": "webpack --config webpack.prod.ts",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EricaHD/GitHubPage"
},
"homepage": "https://github.com/EricaHD/GitHubPage#readme",
"bugs": {
"url": "https://github.com/EricaHD/GitHubPage/issues"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^12.1.5",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.12.12",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.0.2",
"css-loader": "^6.10.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.3.0",
"prettier": "3.2.5",
"style-loader": "^0.23.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/base": "^5.0.0-beta.68",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/x-charts": "^7.23.2",
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}