-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "south-park-taxi-client",
"description": "taxi investor's cabinet",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"copy_redirect": "cpx \"_redirects\" \"build\"",
"pretty": "prettier --check 'src/**/*.{js,jsx}'",
"pretty:fix": "prettier --write 'src/**/*.{js,jsx}'"
},
"dependencies": {
"@ant-design/charts": "^0.9.5",
"@ant-design/icons": "^4.1.0",
"@apollo/react-hooks": "^3.1.5",
"@craco/craco": "^5.6.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.2.4",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-upload-client": "^13.0.0",
"classnames": "^2.2.6",
"cpx": "^1.5.0",
"craco-less": "^1.16.0",
"graphql": "^15.0.0",
"history": "^4.10.1",
"moment": "^2.26.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"devDependencies": {
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"webpack-bundle-analyzer": "^3.8.0"
}
}