-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.45 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "jawang94.github.io",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/aliyun-theme": "^0.0.4",
"@ant-design/icons": "^4.3.0",
"@craco/craco": "^6.0.0",
"@popmotion/popcorn": "0.4.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/lodash": "^4.14.165",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"antd": "^4.9.2",
"craco-less": "^1.17.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"framer-motion": "1.6.0",
"history": "^5.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"popmotion": "9.0.0-beta-8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-image-lightbox": "^5.1.1",
"react-lorem-ipsum": "^1.4.9",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"react-responsive": "^8.2.0",
"react-reveal": "^1.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-scroll-up-button": "^1.6.4",
"react-transition-group": "^4.4.1",
"react-typical": "^0.1.3",
"redux": "^4.0.5",
"redux-form": "^8.3.7",
"redux-thunk": "^2.3.0",
"remark-breaks": "^2.0.1",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@types/enzyme": "^3.10.8",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.15",
"@types/react-responsive": "^8.0.2",
"@types/react-router-dom": "^5.1.6",
"@types/react-transition-group": "^4.4.0",
"@types/redux-form": "^8.3.1",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"eslint": "7.11.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "4.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"less-loader": "^7.2.1",
"mini-css-extract-plugin": "^1.3.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"prettier": "^2.2.1",
"redux-mock-store": "^1.5.4",
"source-map-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"terser-webpack-plugin": "^5.0.3",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.3.1",
"webpack-node-externals": "^2.5.2"
},
"scripts": {
"start": "craco start",
"build": "CI=false craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "NODE_ENV=development eslint . --cache --ext .js,.jsx,.ts,.tsx",
"lint-fix": "yarn --silent lint --fix; exit 0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}