-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "react-javascript-template",
"version": "2.0",
"license": "MIT",
"author": {
"email": "darcrandex@gmail.com",
"name": "darcrand"
},
"scripts": {
"dev": "craco start",
"build": "craco build",
"lint": "eslint ./src --ext .js,.jsx --fix"
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"antd": "^3",
"axios": "^0.21.1",
"core-js": "^3.16.1",
"crypto-js": "3.3.0",
"mobx": "^4",
"mobx-react": "^6",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"web-vitals": "^1.0.1",
"http-proxy-middleware": "^2.0.1",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@craco/craco": "^6.2.0",
"craco-alias": "^3.0.1",
"craco-antd": "^1.19.0",
"craco-less": "^1.18.0",
"craco-plugin-style-resources-loader": "^0.0.3",
"eslint": "^7.12.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"react-scripts": "^4.0.3"
},
"homepage": "./"
}