-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
{
"name": "good-dogs-direct-app",
"description": "App for gooddogs.direct",
"version": "0.1.0",
"author": "TranquilMarmot",
"license": "MIT",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-functions": "netlify-lambda build netlify/functions"
},
"proxy": "http://localhost:8080",
"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"
]
},
"dependencies": {
"@emotion/core": "^10.0.34",
"axios": "^0.19.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-infinite-scroll-hook": "^3.0.0",
"react-modal": "^3.11.2",
"react-responsive-carousel": "^3.2.9",
"react-scripts": "3.4.3",
"cheerio": "^1.0.0-rc.3",
"dotenv-flow": "^3.2.0",
"encoding": "^0.1.13",
"graphql": "^15.3.0",
"graphql-request": "^3.0.0",
"he": "^1.2.0",
"sanitize-html": "^1.27.4",
"typescript": "^3.9.7"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/aws-lambda": "^8.10.75",
"@types/cheerio": "^0.22.21",
"@types/dotenv-flow": "^3.0.1",
"@types/he": "^1.1.1",
"@types/sanitize-html": "^1.23.3",
"@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/node": "^12.12.54",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"netlify-lambda": "^2.0.3",
"react-git-info": "^2.0.0"
}
}