-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
175 lines (175 loc) · 5.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
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
{
"name": "jordanbpeterson.community",
"version": "1.1.0",
"description": "source-code for the Jordan B Peterson community website",
"homepage": "https://github.com/bevry/jordanbpeterson.community",
"license": "MIT",
"keywords": [
"jordan b peterson",
"jbp",
"website"
],
"badges": {
"list": [
"travisci",
"---",
"patreon",
"flattr",
"liberapay",
"thanksapp",
"boostlab",
"buymeacoffee",
"opencollective",
"crypto",
"paypal",
"wishlist"
],
"config": {
"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"
}
},
"author": "2017+ Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/bevry/jordanbpeterson.community/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bevry/jordanbpeterson.community.git"
},
"engines": {
"node": ">=8"
},
"editions": [
{
"description": "source",
"directory": ".",
"tags": [
"typescript",
"react",
"jsx",
"html",
"css",
"import"
]
}
],
"dependencies": {
"@shopify/polaris": "^3.10.0",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"errlop": "^1.1.1",
"faunadb": "^2.6.1",
"fetch-lite": "^1.1.0",
"googleapis": "^37.2.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"devDependencies": {
"@types/next": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"@zeit/next-typescript": "1.1.2-canary.0",
"assert-helpers": "^4.9.6",
"eslint": "^5.15.1",
"eslint-config-bevry": "^1.2.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.5.0",
"kava": "^3.1.0",
"next": "8.0.4-canary.9",
"now": "14.1.0-canary.6",
"prettier": "^1.16.4",
"projectz": "^1.7.4",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
},
"scripts": {
"my:api": "env GOOGLE_OAUTH=\"$(cat ./.env/google-oauth.json | jq -c .)\" GOOGLE_SERVICE=\"$(cat ./.env/google-service.json | jq -c .)\" ts-node ./api/google.ts",
"my:compile": "ts-node ./scripts/compile.ts && yarn run now-build",
"my:deploy": " yarn run our:test && yarn run our:compile && now",
"my:deploy:live": "yarn run my:deploy && now alias",
"my:secrets": "yarn run my:secrets:google-oauth && yarn run my:secrets:google-service",
"my:secrets:google-oauth": "now secret rm google-oauth && now secret add google-oauth \"$(cat ./.env/google-oauth.json | jq -c .)\"",
"my:secrets:google-service": "now secret rm google-service && now secret add google-service \"$(cat ./.env/google-service.json | jq -c .)\"",
"our:api": "yarn run my:api",
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "yarn run my:compile",
"our:compile:next": "next build",
"our:deploy": "yarn run my:deploy",
"our:deploy:live": "yarn run my:deploy:live",
"our:meta": "yarn run our:meta:projectz",
"our:meta:projectz": "projectz compile",
"our:release": "yarn run our:release:push",
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:secrets": "yarn run my:secrets",
"our:secrets:google-oauth": "yarn run my:secrets:google-oauth",
"our:secrets:google-service": "yarn run my:secrets:google-service",
"our:setup": "yarn run our:setup:install",
"our:setup:install": "yarn install",
"our:test": "yarn run our:verify && yarn test",
"our:verify": "yarn run our:verify:eslint && yarn run our:verify:stylelint && yarn 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:stylelint": "echo 'disabled due to https://spectrum.chat/?t=d1b9f61a-65e8-42a3-9042-f9c6a6fae6fd'",
"our:verify:typescript": "tsc --noEmit --project .",
"start": "yarn run our:verify && next dev",
"test": "ts-node ./scripts/tests/daet.ts",
"now-build": "yarn run our:compile:next"
},
"eslintConfig": {
"extends": [
"bevry"
],
"rules": {
"no-undefined": 0,
"no-console": 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"
]
}
}