forked from ALLPASStival/project-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.02 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "ALLPasstival",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --env development",
"build": "cross-env NODE_ENV=production webpack"
},
"author": "SeongJun",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@jjordy/swr-devtools": "^2.2.0",
"@loadable/component": "^5.15.2",
"@mui/material": "^5.11.5",
"@reduxjs/toolkit": "^1.9.0",
"@tanstack/react-table": "^8.7.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.5.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-gravatar": "^2.6.10",
"@types/react-redux": "^7.1.24",
"@types/react-slick": "^0.23.10",
"autosize": "^5.0.1",
"axios": "^0.26.1",
"core-js": "^3.15.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.5",
"loadable": "^1.0.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.1",
"react-mentions": "^4.4.7",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.3.3",
"react-scripts": "5.0.1",
"react-search-box": "^2.3.0",
"react-slick": "^0.29.0",
"react-swr-infinite-scroll": "^1.0.1",
"react-toast": "^1.0.3",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"scrollbars": "^0.7.1",
"slick-carousel": "^1.8.1",
"swr": "^1.3.0",
"typescript": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@emotion/babel-plugin": "^11.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.0",
"@types/autosize": "^4.0.1",
"@types/fork-ts-checker-webpack-plugin": "^0.4.5",
"@types/loadable__component": "^5.13.4",
"@types/node": "^16.11.26",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-mentions": "^4.1.6",
"@types/react-router-dom": "^5.3.3",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.0.3",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"fork-ts-checker-webpack-plugin": "^7.2.3",
"prettier": "^2.7.1",
"react-refresh": "^0.12.0",
"style-loader": "^3.2.1",
"ts-node": "^10.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0"
}
}