-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.09 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
{
"name": "hexy2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@quentin-sommer/react-useragent": "^3.1.0",
"@tippy.js/react": "^3.1.1",
"@welldone-software/why-did-you-render": "^4.3.0",
"axios": "^0.21.1",
"bad-words": "^3.0.2",
"color-convert": "^2.0.0",
"color-name-list": "^6.8.0",
"date-fns": "^2.0.0-alpha.27",
"dom-to-image": "^2.6.0",
"emailjs-com": "^2.3.2",
"file-saver": "^2.0.2",
"firebase": "^7.17.2",
"history": "^5.0.0",
"http-proxy-middleware": "^1.0.5",
"import": "^0.0.6",
"jspdf": "^2.3.1",
"lambda": "^0.10.3",
"mailgun-js": "^0.22.0",
"mailgun.js": "^2.0.1",
"modali": "^1.2.0",
"moment": "^2.24.0",
"nearest-color": "^0.4.4",
"netlify": "^4.3.10",
"netlify-lambda": "^2.0.1",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-animate-on-scroll": "^2.1.5",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.8.6",
"react-firebase-file-uploader": "^2.4.2",
"react-firebase-hooks": "^2.2.0",
"react-helmet": "^6.1.0",
"react-hoverintent": "^0.0.10",
"react-router-dom": "^5.0.0",
"react-scripts": "3.4.1",
"react-scrollable-anchor": "^0.6.1",
"react-stripe-elements": "^6.1.2",
"react-switch": "^5.0.0",
"react-text-loop": "^2.0.2",
"react-tippy": "^1.2.3",
"react-toggle": "^4.0.2",
"react-tooltip": "^4.2.8",
"react-with-firebase-auth": "^1.0.3",
"recompose": "^0.30.0",
"stripe": "^8.84.0",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "HTTPS=true BROWSER='Google Chrome' react-scripts start",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "CI= react-scripts build",
"build:lambda": "netlify-lambda build src/lambda",
"test": "react-scripts test",
"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"
]
}
}