-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "dodamdodam_one",
"version": "0.1.1",
"private": true,
"dependencies": {
"@b1nd/b1nd-toastify": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.105",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.7",
"esbuild": "^0.23.1",
"js-cookie": "^3.0.1",
"mini-svg-data-uri": "^1.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.2",
"react-router-dom": "^7.0.1",
"react-scripts": "5.0.1",
"react-slick": "^0.30.3",
"react-toastify": "^9.0.8",
"recoil": "^0.7.7",
"styled-components": "^6.1.13",
"styled-reset": "^4.5.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.2.2",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}