-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.51 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
{
"name": "larngearcamp20th-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^0.1.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@mdx-js/react": "^1.6.22",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^26.0.10",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^14.6.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-scroll": "^1.8.0",
"@types/yup": "^0.29.6",
"axios": "^0.20.0",
"date-fns": "^2.25.0",
"http-proxy-middleware": "^2.0.1",
"jwt-decode": "^3.0.0-beta.2",
"query-string": "^6.13.2",
"react": "^16.13.1",
"react-beforeunload": "^2.5.2",
"react-dom": "^16.13.1",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.6.0",
"react-icons": "^4.3.1",
"react-iframe": "^1.8.0",
"react-lazyload": "^3.2.0",
"react-multi-carousel": "^2.5.5",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.1",
"react-slick": "^0.28.1",
"react-spinners": "^0.9.0",
"react-tsparticles": "^1.37.3",
"slick-carousel": "^1.8.1",
"swr": "^0.3.3",
"thai-address-database": "^0.0.29",
"typescript": "^4.4.4",
"yup": "^0.29.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "yarn prettier --write ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@mdx-js/loader": "^1.6.22",
"@types/mdx-js__react": "^1.5.5",
"@types/react-beforeunload": "^2.1.1",
"@types/react-gtm-module": "^2.0.1",
"@types/react-lazyload": "^3.1.1",
"@types/react-slick": "^0.23.7",
"babel-loader": "8.1.0",
"babel-plugin-import": "^1.13.0",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"react-app-rewired": "^2.1.6"
},
"husky": {
"hook": {
"pre-commit": "yarn format"
}
}
}