This repository was archived by the owner on Nov 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 5.21 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 5.21 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@celo/web",
"version": "4.5.0",
"author": "Celo Foundation",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development DEPLOY_ENV=development NEXT_DEV=true nodemon",
"build": "next build && tsc --project tsconfig.server.json",
"postbuild": "next-sitemap",
"build:ts": "tsc --noEmit",
"start": "NODE_ENV=production node dist/server/index.js",
"deploy": "yarn run kill-dev; yarn keys:decrypt && yarn run clean-next-cache && yarn run build && gcloud app deploy $MANIFEST && yarn run view",
"deploy:routes": "DIR=$(mktemp -d) && cp $DISPATCH $DIR/dispatch.yaml && gcloud app deploy $DIR/dispatch.yaml",
"deploy:routes:prod": "gcloud config set project celo-org-website; DISPATCH=dispatch.yaml yarn run deploy:routes",
"deploy:dev": "gcloud config set project celo-org-website; NODE_ENV=production DEPLOY_ENV=development MANIFEST=development.yaml yarn run deploy",
"deploy:prod": "gcloud config set project celo-org-website; NODE_ENV=production DEPLOY_ENV=production MANIFEST=production.yaml yarn run deploy",
"promote": "bash scripts/promote.sh",
"promote:dev": "yarn promote development",
"promote:prod": "yarn promote production",
"view": "gcloud app browse -s $DEPLOY_ENV",
"lint": "eslint .",
"pretty": "prettier --config .prettierrc.json 'src/**/*.{ts,tsx}' 'pages/**/*.tsx' 'server/**/*.ts' --write",
"kill-dev": "kill -9 $(lsof -ti :3000)",
"clean-next-cache": "rm -rf .next",
"postinstall": "yarn keys:decrypt",
"keys:decrypt": "bash scripts/key_placer.sh decrypt",
"keys:encrypt": "bash scripts/key_placer.sh encrypt",
"test": "TZ=UTC jest --coverage --runInBand",
"spec": "jest",
"prepare": "husky install"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.11.1",
"@emotion/react": "^11.7.1",
"@hubspot/api-client": "^5.0.0",
"@odnh/use-swipe": "^1.0.0",
"airtable": "^0.11.1",
"bignumber.js": "^9.0.1",
"body-parser": "^1.19.0",
"colortranslator": "^1.9.1",
"compression": "^1.7.4",
"connect-slashes": "^1.4.0",
"contentful": "^9.1.3",
"core-js": "^3.20.0",
"debounce": "^1.2.0",
"eslint-plugin-react-hooks": "^4.3.0",
"express": "^4.17.1",
"express-enforces-ssl": "^1.1.0",
"express-rate-limit": "^5.4.1",
"fast-xml-parser": "^3.20.3",
"fecha": "^4.2.0",
"firebase": "^9.6.5",
"front-matter": "^4.0.1",
"fuzzy-search": "^3.2.1",
"graphql": "^16.2.0",
"graphql-request": "^3.6.1",
"helmet": "^4.6.0",
"hex-rgba": "^1.0.2",
"html-to-formatted-text": "^2.7.0",
"js-cookie": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lottie-web": "^5.8.1",
"markdown-to-jsx": "^7.1.6",
"mobile-detect": "^1.4.4",
"net": "^1.0.2",
"network-speed": "^2.1.1",
"next": "^12.0.9",
"next-i18next": "^8.8.0",
"next-plugin-transpile-modules": "^2.0.0",
"node-cache": "^5.1.2",
"nuka-carousel": "^4.8.3",
"raw-loader": "^4.0.1",
"react": "^17.0.2",
"react-awesome-reveal": "^3.3.1",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.24.0",
"react-is": "^17.0.1",
"react-lazyload": "^3.2.0",
"react-lazyload-fadein": "^1.1.0",
"react-modal": "^3.14.3",
"react-native-web": "^0.17.5",
"react-youtube": "^7.14.0",
"scroll-into-view": "^1.16.0",
"shuffle-seed": "^1.1.6",
"stickyfilljs": "^2.1.0",
"swr": "^1.1.1",
"yiq": "^4.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-transform-react-pure-annotations": "^7.12.1",
"@babel/preset-react": "7.9.4",
"@celo/typescript": "^0.0.1",
"@emotion/jest": "^11.5.0",
"@firebase/app-types": "^0.7.0",
"@testing-library/dom": "^8.6.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^12.1.0",
"@types/airtable": "^0.5.7",
"@types/hex-rgba": "^1.0.0",
"@types/jest": "^27.0.2",
"@types/markdown-to-jsx": "^6.11.0",
"@types/node": "^14.14.32",
"@types/react": "^17.0.3",
"@types/react-google-recaptcha": "^2.1.2",
"@types/react-native": "0.63.18",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.31.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-native-web": "^0.11.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"husky": "^7.0.2",
"ignore-loader": "~0.1.2",
"jest": "^27.2.1",
"jest-canvas-mock": "^2.3.1",
"jest-circus": "^27.2.1",
"jest-fetch-mock": "^3.0.0",
"jest-junit": "^12.3.0",
"jest-snapshot": "^27.2.1",
"lint-staged": "^11.1.2",
"next-sitemap": "^1.6.57",
"nodemon": "^2.0.2",
"prettier": "^2.3.0",
"react-native-svg": "^9.13.6",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.3"
},
"lint-staged": {
"**/*.{ts,tsx,json}": [
"eslint --cache --fix",
"prettier --write"
]
}
}