-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "ticket_management",
"version": "1.0.0",
"description": "This project Bootstrapped manually",
"main": "webpack.config.js",
"scripts": {
"test": "jest",
"start": "webpack-dev-server --mode=development --open http://localhost:3000/tickets --hot",
"lint": "npx eslint src/ --config .eslint.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
"axios": "^1.6.5",
"axios-mock-adapter": "^1.22.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.21.3",
"sass": "^1.70.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"sass-loader": "^14.1.0",
"style-loader": "^3.3.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}