forked from ParabolInc/parabol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.58 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
{
"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": "6.95.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": "^18.14.2",
"yarn": "^1.22.5"
},
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "pm2-runtime start pm2.config.js",
"heroku-postbuild": "echo 'Skipping build'",
"build": "node scripts/prod.js",
"clean": "rm -rf ./packages/client/__generated__ ./queryMap.json ./packages/server/graphql/public/schema.graphql ./packages/server/graphql/private/schema.graphql ./dev ./dist ./build",
"codegen": "node scripts/codegenGraphQL.js",
"pg:build": "pgtyped -c ./packages/server/postgres/pgtypedConfig.js",
"pg:migrate": "node-pg-migrate -f ./packages/server/postgres/pgmConfig.js",
"pg:restore": "node ./scripts/toolbox/pgRestore.js",
"db:start": "docker compose -f docker/dev.yml up -d",
"db:stop": "docker compose -f docker/dev.yml down",
"db:migrate": "node scripts/migrate.js",
"deduplicate": "yarn yarn-deduplicate yarn.lock",
"postdeploy": "node scripts/toolbox/postDeploy.js",
"postmigrate": "node scripts/postDeployMigrate.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",
"relay": "node scripts/compileRelay.js",
"typecheck": "nx run-many --target=typecheck",
"lintcheck": "nx run-many --target=lint:check",
"stylecheck": "nx run-many --target=prettier:check",
"update-schema": "node scripts/runSchemaUpdater.js",
"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",
"test:client": "yarn workspace parabol-client test",
"test:server": "yarn workspace parabol-server test"
},
"resolutions": {
"typescript": "4.9.5",
"hoist-non-react-statics": "^3.3.0",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"immutable": "3.8.2",
"cross-fetch": "^3.1.5",
"node-fetch": "^2.6.7",
"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",
"undici": "^5.8.2",
"parse-url": "^8.1.0",
"rethinkdb-ts": "2.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "7.18.6",
"@graphql-codegen/add": "^3.2.0",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "^2.7.1",
"@graphql-codegen/typescript-operations": "^2.5.1",
"@graphql-codegen/typescript-resolvers": "^2.7.1",
"@graphql-tools/executor": "^0.0.11",
"@sucrase/webpack-loader": "^2.0.0",
"@types/dotenv": "^6.1.1",
"@types/jscodeshift": "^0.11.3",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"eslint-config-prettier": "^8.5.0",
"graphql": "15.7.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jscodeshift": "^0.14.0",
"lerna": "^6.4.1",
"mini-css-extract-plugin": "^2.7.2",
"minimist": "^1.2.5",
"node-loader": "^2.0.0",
"nx": "14.7.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"prettier": "^2.6.1",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-tailwindcss": "^0.2.1",
"raw-loader": "^4.0.2",
"relay-compiler": "^12.0.0",
"relay-compiler-language-typescript": "^15.0.1",
"relay-config": "^12.0.0",
"sucrase": "^3.23.0",
"tailwindcss": "^3.2.7",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "9.2.6",
"vscode-apollo-relay": "^1.5.0",
"webpack": "^5.75.0",
"webpack-cli": "4.9.1",
"workbox-webpack-plugin": "^6.5.4",
"yarn-deduplicate": "^3.1.0"
},
"dependencies": {
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"rethinkdb-ts-migrate": "^0.3.6"
}
}