-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.88 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
{
"name": "antd-cra-ts-redux-redux-observable-ag-grid-typescript",
"version": "0.1.0",
"private": true,
"main": "src/index.tsx",
"dependencies": {
"@ag-grid-community/client-side-row-model": "^24.0.0",
"@ag-grid-community/core": "^24.0.0",
"@ag-grid-community/react": "^24.0.0",
"@ag-grid-enterprise/column-tool-panel": "^24.0.0",
"@ag-grid-enterprise/menu": "^24.0.0",
"@ag-grid-enterprise/row-grouping": "^24.0.0",
"@ag-grid-enterprise/set-filter": "^24.0.0",
"@types/webpack-env": "1.15.3",
"antd": "^4.6.6",
"connected-react-router": "^6.8.0",
"immutable": "^4.0.0-rc.12",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-scripts": "^4.0.3",
"redux": "^4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-observable": "1.2.0",
"rxjs": "^6.6.3",
"seamless-immutable": "^7.1.4",
"string.prototype.startswith": "1.0.0"
},
"precommit": "lint-staged",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp src/htaccess build/.htaccess && cp src/robots.txt build/",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"lint-staged": {
"src/**/*.{ts,tsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/prettier": "2.1.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "7.1.9",
"@types/react-router": "5.1.8",
"typescript": "^4.2.4"
},
"keywords": [],
"description": "Antd, Redux, Redux-Observable, Ag Grid, Typescript, Create React App",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}