-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1019 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 1019 Bytes
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
{
"name": "my-react-app",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-react": "^7.18.6",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"flatpickr": "^4.6.13",
"html-webpack-plugin": "^5.5.0",
"immer": "^9.0.18",
"jquery": "^3.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "6.7.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"youtube-player": "^5.5.2"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"babel-jest": "^29.3.1",
"css-loader": "^6.7.3",
"jest": "^29.3.1",
"mini-css-extract-plugin": "^2.7.2",
"tinycolor2": "^1.5.2",
"webpack-dev-server": "^4.11.1"
}
}