-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.57 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
{
"name": "recipeek.io",
"version": "0.1.0",
"private": true,
"resolutions": {
"@babel/preset-env": "7.5.5"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"epress": "0.0.1-security",
"node": "^14.8.0",
"node-sass": "^7.0.0",
"openssl": "^1.1.0",
"puppeteer": "^5.2.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-ga": "^3.0.0",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.3",
"recipe-scraper": "^1.23.4",
"serve": "^11.3.2",
"typeface-berkshire-swash": "0.0.72",
"typeface-roboto": "0.0.75",
"typeface-tangerine": "0.0.72",
"use-local-storage-state": "^4.0.0",
"ws": "^7.3.1",
"yarn": "^1.22.4",
"yarn.lock": "^0.0.1-security"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"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": {
"netlify-cli": "^2.54.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"webpack-hot-client": "^4.1.2"
}
}