-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.41 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.41 KB
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
{
"name": "guide",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-components": "^3.1.5",
"@apollo/react-hoc": "^3.1.5",
"@apollo/react-hooks": "^3.1.5",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"@types/react": "^16.9.35",
"ajv": "^6.5.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.3",
"apollo-link-error": "^1.0.5",
"apollo-link-http": "^1.5.17",
"apollo-link-state": "^0.4.0",
"apollo-link-ws": "^1.0.1",
"apollo-utilities": "^1.3.4",
"auth0-helpers": "^0.4.2",
"auth0-js": "^9.13.2",
"canvas-confetti": "0.0.3",
"classnames": "^2.2.5",
"cloudinary-core": "^2.5.0",
"cloudinary-react": "^1.0.6",
"date-fns": "^1.29.0",
"formik": "^0.11.11",
"graphql": "^14.6.0",
"graphql-anywhere": "^4.1.1",
"graphql-tag": "^2.10.3",
"history": "^4.7.2",
"lodash": "^4.17.19",
"logrocket": "^0.6.12",
"material-ui": "1.0.0-beta.34",
"material-ui-icons": "1.0.0-beta.17",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-ga": "^2.5.3",
"react-loading-skeleton": "^0.3.2",
"react-markdown": "^3.3.0",
"react-odometerjs": "^2.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-star-rating-component": "^1.3.0",
"react-style-proptype": "^3.2.0",
"react-transition-group": "^2.3.1",
"recompose": "^0.26.0",
"revalidate": "^1.2.0",
"scroll-into-view-if-needed": "^2.2.0",
"serve": "^10.1.2",
"subscriptions-transport-ws": "^0.9.16",
"typed.js": "^2.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp serve.json build/",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"now-start": "serve --single ./build",
"deploy": "now --prod --regions all -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key",
"deploy-ci": "now --prod --token=$NOW_TOKEN --regions all -e NODE_ENV=production -e REACT_APP_STRIPE_PUBLIC_KEY=@guide-stripe-public-key",
"release": "scripts/release.sh"
},
"devDependencies": {
"now": "^16.7.0"
}
}