-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.74 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
96
97
{
"name": "zzinmunication-web",
"version": "1.0.0",
"private": true,
"homepage": "http://zzinmunication.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/zzinmunication/zzinmunication-web"
},
"author": {
"name": "Dongho Gang",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/zzinmunication/zzinmunication-web/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^24.0.0",
"@types/node": "^16.11.7",
"@types/react-dom": "^17.0.11",
"@types/react-intl": "^3.0.0",
"@types/recoil": "0.0.9",
"@types/styled-components": "^5.1.15",
"antd": "^4.16.13",
"axios": "^0.24.0",
"axios-auth-refresh": "^3.2.1",
"craco-alias": "^3.0.1",
"craco-less": "^1.20.0",
"less": "^4.1.2",
"pastel-color": "^1.0.3",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.21.1",
"react-morefinity": "^1.0.5",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"recoil": "^0.5.2",
"styled-components": "^5.3.3",
"typescript": "^3.9.7",
"use-debounce": "^8.0.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"deploy": "gh-pages -d build",
"test": "craco test",
"docker-build": "docker build -t dongho1596/react-ainize-boilerplate .",
"docker-run": "docker run -d -p 80:80 dongho1596/react-ainize-boilerplate:latest",
"docker-deploy": "docker push dongho1596/react-ainize-boilerplate",
"eject": "react-scripts eject"
},
"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": {
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^4.0.0",
"open-browser-webpack-plugin": "0.0.5",
"prettier": "^2.4.1"
}
}