-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.77 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
{
"name": "eclipse-assignment",
"version": "1.0.0",
"description": "",
"homepage": "https://talisent.github.io/eclipse-assignment/",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"serve": "webpack serve",
"build": "webpack --config webpack.config.js",
"test": "jest --watchAll",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.7.14",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@reduxjs/toolkit": "^1.9.5",
"ajv-formats": "^2.1.1",
"css-loader": "^6.7.3",
"eslint": "^8.40.0",
"gh-pages": "^5.0.0",
"msw": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"terser-webpack-plugin": "^5.3.8",
"ts-loader": "^9.4.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.1",
"@types/mime": "^3.0.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"babel-core": "^6.26.3",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-webpack-plugin": "^0.1.2",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.7.5",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}