-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.28 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
{
"name": "pixelhunter",
"version": "1.0.0",
"private": true,
"dependencies": {
"@rpearce/ts-dom-fns": "^0.4.0",
"@types/lodash": "^4.14.170",
"@types/node": "^12.20.14",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-transition-group": "^4.4.1",
"@types/vanilla-tilt": "^1.6.2",
"@uploadcare/react-widget": "^1.3.7",
"detect-browser": "^5.2.0",
"focus-options-polyfill": "^1.5.0",
"image-butter": "^1.0.3",
"jszip": "^3.6.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"typescript": "^4.3.2",
"vanilla-tilt": "^1.7.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "exit 0",
"postinstall": "patch-package"
},
"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": {
"patch-package": "^6.4.7"
},
"proxy": "https://ucarecdn.com/"
}