-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 858 Bytes
/
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
{
"name": "aces-card-game",
"version": "1.0.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.2",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.3",
"@types/react-test-renderer": "^17.0.1",
"react-scripts": "^4.0.3",
"react-test-renderer": "^17.0.2",
"sass": "^1.49.11",
"source-map-explorer": "^2",
"typescript": "^4.5.5"
}
}