-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
191 lines (191 loc) · 6.24 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "fountain",
"version": "1.1.0",
"private": true,
"description": "Source-code for Bevry's meeting website.",
"homepage": "https://github.com/bevry/fountain",
"license": "MIT",
"keywords": [
"bevry",
"website"
],
"badges": {
"list": [
"travisci",
"---",
"githubsponsors",
"patreon",
"flattr",
"liberapay",
"buymeacoffee",
"opencollective",
"crypto",
"paypal",
"wishlist"
],
"config": {
"githubSponsorsUsername": "balupton",
"buymeacoffeeUsername": "balupton",
"cryptoURL": "https://bevry.me/crypto",
"flattrUsername": "balupton",
"liberapayUsername": "bevry",
"opencollectiveUsername": "bevry",
"patreonUsername": "bevry",
"paypalURL": "https://bevry.me/paypal",
"wishlistURL": "https://bevry.me/wishlist",
"travisTLD": "com"
}
},
"funding": "https://bevry.me/fund",
"author": "2017+ Benjamin Lupton <[email protected]> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)",
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)",
"dependabot[bot] (http://github.com/apps/dependabot)"
],
"bugs": {
"url": "https://github.com/bevry/fountain/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bevry/fountain.git"
},
"engines": {
"node": ">=12"
},
"editions": [
{
"description": "source",
"directory": ".",
"tags": [
"typescript",
"react",
"jsx",
"html",
"css",
"import"
]
}
],
"type": "commonjs",
"dependencies": {
"@auth0/nextjs-auth0": "^0.10.0",
"@bevry/hooks": "^2.5.0",
"@shopify/polaris": "^4.16.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/styletron-engine-atomic": "^1.1.0",
"@types/styletron-react": "^5.0.2",
"@types/styletron-standard": "^2.0.0",
"cuid": "^2.1.8",
"daet": "^2.0.0",
"errlop": "^2.0.0",
"faunadb": "^2.13.0",
"fetch-lite": "^1.1.0",
"googleapis": "48.0.0",
"isomorphic-unfetch": "^3.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-hook-form": "^5.1.1",
"swr": "^0.1.18",
"timezone-support": "^2.0.2",
"yup": "^0.28.3"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "^13.9.1",
"@types/yup": "^0.26.32",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@zeit/next-typescript": "1.1.2-canary.0",
"assert-helpers": "^5.8.0",
"eslint": "^6.8.0",
"eslint-config-bevry": "^2.3.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"kava": "^4.4.0",
"next": "9.3.2",
"now": "17.0.4",
"prettier": "^1.19.1",
"projectz": "^1.19.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"scripts": {
"my:deploy": "npm run our:compile && npm run our:test && now",
"my:secrets": "(now secret rm fountain || true) && now secret add fountain \"$(cat ./.env.json | jq -c .)\"",
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:next",
"our:compile:next": "next build",
"our:deploy": "npm run my:deploy",
"our:meta": "npm run our:meta:projectz",
"our:meta:projectz": "projectz compile",
"our:release": "npm run our:release:push",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:secrets": "npm run my:secrets",
"our:secrets:google-oauth": "npm run my:secrets:google-oauth",
"our:secrets:google-service": "npm run my:secrets:google-service",
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:stylelint && npm run our:verify:typescript",
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx .",
"our:verify:prettier": "prettier --write ./**",
"our:verify:stylelint": "echo 'disabled due to https://spectrum.chat/zeit/general/resolved-deployments-fail-with-enospc-no-space-left-on-device-write~d1b9f61a-65e8-42a3-9042-f9c6a6fae6fd'",
"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
"env": "env NODE_ENV=development FOUNTAIN=\"$(cat ./.env.json | jq -c .)\"",
"start": "npm run our:verify && npm run env -- next dev",
"test": "npm run env -- ts-node --compiler-options '{\"module\":\"commonjs\"}' ./scripts/test.ts",
"now-build": "npm run our:compile:next"
},
"eslintConfig": {
"extends": [
"bevry"
],
"rules": {
"no-undefined": 0,
"no-console": 0,
"new-cap": 0,
"camelcase": 0
}
},
"prettier": {
"semi": false,
"singleQuote": true
},
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"at-rule-empty-line-before": null,
"custom-property-empty-line-before": null,
"declaration-empty-line-before": null,
"indentation": "tab",
"max-empty-lines": 2,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"rule-empty-line-before": null,
"selector-list-comma-newline-after": null,
"block-closing-brace-empty-line-before": null,
"block-closing-brace-newline-after": null,
"block-closing-brace-newline-before": null,
"block-closing-brace-space-before": null,
"block-opening-brace-newline-after": null,
"block-opening-brace-space-after": null,
"block-opening-brace-space-before": null,
"declaration-block-semicolon-newline-after": null,
"declaration-block-semicolon-space-after": null,
"declaration-block-semicolon-space-before": null,
"declaration-block-trailing-semicolon": null
},
"ignoreFiles": [
"**/vendor/*.css",
"node_modules"
]
}
}