-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.76 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
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
95
96
97
98
99
{
"name": "ppoker-rest-react",
"version": "0.1.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apipatth/ppoker-rest-react.git"
},
"dependencies": {
"@apollo/client": "^3.3.4",
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^4.0.0",
"@craco/craco": "^6.4.1",
"@feedback-fish/react": "^1.2.1",
"@types/classnames": "^2.2.11",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"classnames": "^2.2.6",
"clipboard": "^2.0.6",
"framer-motion": "^4.1.17",
"graphql": "^16.0.1",
"graphql-tag": "^2.11.0",
"nanoid": "^3.1.31",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-github-btn": "^1.2.0",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-toast-notifications": "^2.4.0",
"react-tooltip": "^4.2.11",
"react-useanimations": "^2.0.6",
"subscriptions-transport-ws": "^0.11.0",
"sweetalert2": "^11.2.0",
"typesafe-actions": "^5.1.0",
"typescript": "4.5.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"codegen": "graphql-codegen --config graphql.config.yaml",
"prepare": "husky install"
},
"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",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-operations": "2.2.1",
"@graphql-codegen/typescript-react-apollo": "3.2.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/clipboard": "^2.0.1",
"@types/nanoid": "^3.0.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-toast-notifications": "^2.4.0",
"@types/webpack-env": "^1.16.0",
"autoprefixer": "^9",
"husky": "^7.0.0",
"jest-canvas-mock": "^2.3.0",
"postcss": "^7",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2",
"react-test-renderer": "^17.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(jest-canvas-mock|react-github-btn)/)"
]
}
}