-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "badgemeal",
"version": "1.0.0",
"scripts": {
"start": "cross-env webpack serve --env development --open",
"build": "cross-env NODE_ENV=production webpack",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@emotion/babel-plugin": "^11.1.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.6",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"caver-js": "^1.6.7",
"caver-js-ext-kas": "^1.9.0",
"cross-env": "^7.0.3",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-awesome-reveal": "^3.8.1",
"react-dom": "^17.0.1",
"react-router-dom": "^6.2.1",
"react-slick": "^0.28.1",
"react-toastify": "^8.2.0",
"slick-carousel": "^1.8.1",
"swr": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.5",
"@svgr/webpack": "^6.2.1",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"prettier": "^2.2.1",
"react-refresh": "^0.10.0",
"style-loader": "^3.2.1",
"webpack": "^5.24.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0"
}
}