-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "tny-tech-test",
"version": "1.0.0",
"description": "TNY Technical Evaluation completed by Emma Mansell",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.17.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.1.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.3",
"react-test-renderer": "^18.2.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@babel/cli": "^7.17.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@mui/styles": "^5.9.3",
"axios": "^0.27.2",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-paginate": "^8.1.3",
"react-router-dom": "^6.3.0"
}
}