-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.94 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": "www-corp",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@codeday/topo": "^9.2.9",
"@codeday/topocons": "^1.5.0",
"@emotion/core": "^10.0.34",
"@emotion/styled": "^10.0.27",
"@segment/snippet": "^4.15.3",
"@types/react": "^18.2.0",
"@webcomponents/shadydom": "^1.9.0",
"airtable": "^0.11.6",
"babel-plugin-inline-import-graphql-ast": "^2.4.1",
"emotion-theming": "^10.0.27",
"express-rate-limit": "^5.2.3",
"geo-haversine": "^1.0.5",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"hls.js": "^0.14.8",
"intersection-observer": "^0.12.2",
"javascript-time-ago": "^2.3.6",
"jsonwebtoken": "^8.5.1",
"knuth-shuffle-seeded": "^1.0.6",
"luxon": "^1.27.0",
"next": "^13.3.0",
"next-absolute-url": "^1.2.2",
"next-seo": "^4.7.3",
"node-fetch": "^2.6.1",
"postmark": "^3.0.15",
"prop-types": "^15.7.2",
"random-seed": "^0.3.0",
"react": "18",
"react-countup": "^4.3.3",
"react-dom": "18",
"react-globe": "^5.0.2",
"react-intersection-observer": "^9.4.3",
"react-linkedin-insight": "^0.1.3",
"react-page-visibility": "^7.0.0",
"react-player": "^2.12.0",
"react-responsive-modal": "^5.0.2",
"react-ticker": "^1.2.2",
"sane-email-validation": "^3.0.1",
"stripe": "^8.129.0",
"three": "^0.119.1",
"truncate": "^2.1.0",
"urlencode": "^1.1.0",
"webpack-bundle-analyzer": "^3.9.0"
},
"devDependencies": {
"@codeday/eslint-config": "^3",
"@next/bundle-analyzer": "^9.5.2",
"cross-env": "^7.0.2",
"eslint": "^8.0.0",
"prettier": "^2.3.2"
},
"prettier": "@codeday/eslint-config/prettier"
}