forked from JessicaMulein/duality-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 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
{
"name": "duality-social",
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"apps/*",
"libs/*"
],
"scripts": {
"newSecret": "node -e \"console.log (require('crypto').randomBytes(32).toString ('hex'));\"",
"build:all": "NODE_ENV=production npx nx run-many --target=build --all --configuration=production",
"build:all:dev": "NODE_ENV=development npx nx run-many --target=build --all --configuration=development",
"build:node": "npx nx build duality-social-node",
"build:node:dev": "npx nx build duality-social-node --configuration development",
"build:react": "npx nx build duality-social-react",
"build:react:dev": "npx nx build duality-social-react --configuration development",
"lint:md": "npx markdownlint '**/*.md' --fix",
"lint:md:prettier": "prettier --write '**/*.md'",
"lint:all": "npx nx run-many --target=lint --all && yarn lint:md",
"prettier:check": "prettier --check '**/*.{ts,tsx}'",
"prettier:fix": "prettier --write '**/*.{ts,tsx}'",
"test:lib:libonly": "npx nx test duality-social-lib --testFile=libs/duality-social-lib/src/lib/duality-social-lib.spec.ts",
"test:lib:fontawesome": "npx nx test duality-social-lib --testFile=libs/duality-social-lib/src/lib/font-awesome/font-awesome.spec.ts",
"test:lib:all": "npx nx test duality-social-lib",
"test:node": "npx nx test duality-social-node",
"test:all": "yarn test:lib:all && yarn test:lib:fontawesome && yarn test:node",
"build": "yarn build:all",
"build:serve": "NODE_ENV=production npx nx run-many --target=build --all --configuration=production && npx nx serve duality-social-node --configuration production",
"build-serve:dev": "NODE_ENV=development npx nx run-many --target=build --all --configuration=development && npx nx serve duality-social-node --configuration development",
"serve": "npx nx serve duality-social-node --configuration production",
"serve:dev": "npx nx serve duality-social-node --configuration development",
"serve:react:dev": "npx nx serve duality-social-react --configuration development",
"serve:react": "npx nx serve duality-social-react --configuration production",
"npm-globals": "npm install -g yarn @nrwl/cli npx nx jest",
"azure:clear": "az account clear",
"azure:login": "az login",
"azure:allow-telemetry": "az config set core.allow_broker=true && az account clear && az login",
"azure:auth-cycle": "az account clear && az login",
"clean:all": "rm -rf node_modules dist/ ~/.cache && yarn cache clean",
"migrate:latest": "npx nx migrate latest",
"migrate:run-migrations": "npx nx migrate --run-migrations",
"upgrade:all": "./do-yarn.sh upgrade",
"commands": "./list-scripts.sh"
},
"dependencies": {
"@awesome.me/kit-89ec609b07": "^1.0.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-common-types": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "^3.0.1",
"@mui/material": "^6.0.1",
"@mui/styles": "^6.0.1",
"@nx/workspace": "19.8.0",
"@pusher/push-notifications-server": "^1.2.6",
"@pusher/push-notifications-web": "^1.1.0",
"@swc/helpers": "~0.5.11",
"@types/linkify-it": "^3.0.2",
"caniuse-lite": "^1.0.30001642",
"clsx": "^1.2.1",
"compression": "^1.7.4",
"fast-png": "^6.1.0",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"graphql-http": "^1.18.0",
"jwt-decode": "^4.0.0",
"linkify-it": "^4.0.1",
"markdown-it": "^13.0.1",
"mongoose": "^8.5.1",
"mongoose-browser": "^5.2.8-pre-2",
"morgan": "^1.10.0",
"ngx-logger": "^5.0.12",
"phone": "^3.1.35",
"prism-react-renderer": "^1.3.5",
"pusher": "^5.1.2",
"pusher-js": "^8.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-easy-crop": "^5.0.8",
"react-router-dom": "6.11.2",
"rxjs": "~7.8.0",
"tlds": "^1.236.0",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"validator": "^13.12.0",
"worker-threads": "^1.0.0",
"yup": "^1.4.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@faker-js/faker": "^9.0.1",
"@nrwl/cypress": "19.8.0",
"@nrwl/esbuild": "19.8.0",
"@nrwl/eslint-plugin-nx": "19.8.0",
"@nrwl/jest": "19.8.0",
"@nrwl/js": "19.8.0",
"@nrwl/lint": "^8.4.0-beta.4",
"@nrwl/linter": "19.8.0",
"@nrwl/node": "19.8.0",
"@nrwl/web": "19.8.0",
"@nrwl/workspace": "19.8.0",
"@nx/cypress": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/node": "19.8.0",
"@nx/react": "19.8.0",
"@nx/webpack": "19.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@testing-library/react": "15.0.6",
"@types/compression": "^1.7.2",
"@types/jest": "29.5.12",
"@types/morgan": "^1.9.4",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/sanitize-html": "^2.9.0",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"babel-jest": "29.7.0",
"cypress": "^13.0.0",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"jest-util": "^29.5.0",
"jsonc-parser": "^3.3.1",
"markdownlint-cli": "^0.41.0",
"moment": "^2.29.4",
"nodemon": "^2.0.21",
"nx": "19.8.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "^5.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.94.0"
}
}