-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.5 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.5 KB
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
{
"name": "agentblog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.10",
"@apollo/react-hooks": "^3.1.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/markdown-it": "^10.0.1",
"@types/marked": "^1.1.0",
"@types/node": "^12.12.38",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-helmet": "^6.0.0",
"@types/react-redux": "^7.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-toastify": "^4.1.0",
"@types/react-window": "^1.8.2",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.6.1",
"@types/styled-components": "^5.1.0",
"axios": "^0.21.1",
"crypto-hash": "^1.3.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.11.0",
"immutable": "^4.0.0-rc.12",
"markdown-it": "^11.0.0",
"marked": "^1.1.0",
"moment": "^2.25.3",
"node-sass": "^4.14.1",
"npm": "^6.14.5",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-helmet": "^6.0.0",
"react-loading-skeleton": "^2.0.1",
"react-markdown": "^4.3.1",
"react-markdown-editor-lite": "^1.1.3",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-spinners": "^0.9.0",
"react-toastify": "^6.0.4",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"styled-components": "4.4.1",
"styled-reset": "^4.1.4",
"typescript": "^3.7.5",
"yarn": "^1.22.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build & serve -s build"
},
"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": {
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@babel/helper-define-map": "^7.12.13",
"@babel/helper-regex": "^7.10.5",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
}
}