-
Notifications
You must be signed in to change notification settings - Fork 335
/
package.json
143 lines (143 loc) · 5.3 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
{
"name": "parabol-action",
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "8.13.1",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
},
"homepage": "https://github.com/ParabolInc/parabol",
"bugs": {
"url": "https://github.com/ParabolInc/parabol/issues"
},
"engines": {
"node": "^20.18.1",
"yarn": "^1.22.5"
},
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "pm2-runtime start pm2.config.js",
"heroku-postbuild": "echo 'Skipping build'",
"build": "node --max-old-space-size=8192 scripts/prod.js",
"clean": "git clean -fdx -e .env",
"codegen": "node scripts/codegenGraphQL.js",
"pg:build": "pgtyped -c ./packages/server/postgres/pgtypedConfig.js",
"pg:generate": "export $(grep ^POSTGRES_ .env | tr -d \"'\"); yarn kysely-codegen --exclude-pattern \"(PgMigrations|StripeQuantityMismatchLogging)\" --out-file ./packages/server/postgres/types/pg.d.ts --dialect postgres --url postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB && prettier --write ./packages/server/postgres/types/pg.d.ts",
"pg:restore": "node ./scripts/toolbox/pgRestore.js",
"db:start": "docker compose -f docker/stacks/development/docker-compose.yml up -d",
"db:stop": "docker compose -f docker/stacks/development/docker-compose.yml down",
"deduplicate": "yarn yarn-deduplicate yarn.lock",
"predeploy": "node dist/preDeploy.js",
"dev": "PM2_SILENT=true pm2 start pm2.dev.config.js --no-daemon",
"lint": "nx run-many --target=lint",
"newMutation": "yarn sucrase-node scripts/codeshift/newMutation.ts",
"typecheck": "nx run-many --target=typecheck",
"lintcheck": "nx run-many --target=lint:check",
"stylecheck": "nx run-many --target=prettier:check",
"codecheck": "concurrently --names \"lintcheck,stylecheck\" \"yarn lintcheck\" \"yarn stylecheck\" ",
"ultrahook": "export $(grep ^ULTRAHOOK_API_KEY .env | tr -d \"'\") && ultrahook -k $ULTRAHOOK_API_KEY dev 3000",
"precommit": "nx run-many --target=precommit --parallel=1",
"postcheckout": "node scripts/generateGraphQLArtifacts.js &>/dev/null &",
"prepare": "husky install",
"relay:build": "node scripts/generateGraphQLArtifacts.js",
"relay:watch": "node scripts/relayWatch.js",
"test:client": "yarn workspace parabol-client test",
"test:server": "yarn workspace parabol-server test"
},
"resolutions": {
"typescript": "^5.6.3",
"hoist-non-react-statics": "^3.3.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"immutable": "3.8.2",
"clean-css": "^5.2.2",
"node-forge": "^1.2.1",
"glob-parent": "^6.0.2",
"node-pre-gyp": "^0.17.0",
"ansi-regex": "^5.0.1",
"json-schema": "^0.4.0",
"nanoid": "^3.1.31",
"@xmldom/xmldom": "^0.8.6",
"node-gyp": "^8.4.1",
"simple-get": "^4.0.1",
"caniuse-lite": "~1.0.0",
"git-url-parse": "12.0.0",
"fbjs": "^3.0.0",
"parse-url": "^8.1.0",
"recursive-readdir": "^2.2.3",
"axios": "^1.7.8"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.25.0",
"@datadog/datadog-ci": "^2.33.0",
"@eslint/compat": "^1.1.1",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-tools/merge": "^9.0.0",
"@sucrase/webpack-loader": "^2.0.0",
"@swc/core": "^1.7.22",
"@swc/jest": "^0.2.36",
"@tailwindcss/container-queries": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@types/dotenv": "^6.1.1",
"@types/jscodeshift": "^0.11.3",
"@types/lodash.toarray": "^4.4.7",
"@types/pg": "^8.11.10",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"concurrently": "^8.0.1",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"graphql": "16.9.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jscodeshift": "^0.14.0",
"kysely": "^0.27.4",
"kysely-codegen": "^0.15.0",
"kysely-ctl": "^0.9.0",
"lerna": "^6.4.1",
"mini-css-extract-plugin": "^2.7.2",
"minimist": "^1.2.5",
"node-loader": "^2.0.0",
"pm2": "^5.4.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"raw-loader": "^4.0.2",
"relay-compiler": "^18.2.0",
"relay-config": "^12.0.1",
"sucrase": "^3.35.0",
"tailwindcss": "^3.2.7",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "9.2.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.3.0",
"vscode-apollo-relay": "^1.5.0",
"webpack": "^5.89.0",
"webpack-cli": "5.1.4",
"workbox-webpack-plugin": "^6.5.4",
"yargs": "^17.7.2",
"yarn-deduplicate": "^3.1.0"
},
"dependencies": {
"@module-federation/enhanced": "^0.7.6",
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"lodash.toarray": "^4.4.0",
"pg": "^8.13.0"
}
}