-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.65 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
90
91
92
93
94
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.6",
"@auth0/auth0-react": "^1.2.0",
"@reduxjs/toolkit": "^1.2.5",
"@sentry/react": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"antd": "^4.6.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-batch-http": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-link-retry": "^2.2.16",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"fabric": "^4.4.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"graphql.macro": "^1.4.2",
"react": "^17.0.1",
"react-apollo": "^3.1.5",
"react-bootstrap": "^1.3.0",
"react-collapsed": "^3.0.1",
"react-dom": "^17.0.1",
"react-player": "^2.6.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"uuid": "^8.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint '*/**/*.{js,ts,tsx}'",
"lint-fix": "eslint '*/**/*.{js,ts,tsx}' --fix",
"cypress-run": "cypress run",
"cypress-start": "cypress open"
},
"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": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^4.0.0",
"@testing-library/user-event": "^7.1.2",
"@types/fabric": "^4.2.5",
"@types/faker": "^5.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"cypress": "^5.2.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"faker": "^5.1.0",
"graphql-query-builder": "^1.0.7",
"jest": "26.6.0",
"jwt-decode": "^3.0.0-beta.2",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"react-scripts": "^4.0.1",
"react-test-renderer": "^17.0.1",
"typed-scss-modules": "^3.1.0",
"typescript": "~4.1.3",
"typescript-plugin-css-modules": "^2.7.0"
}
}