-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.95 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
{
"name": "@gecut/monorepo",
"version": "0.0.0",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"build:all": "yarn nx run-many --target=build --all=true --parallel=9 --only-failed=true --skip-nx-cache=true --with-deps=true --verbose=true",
"lint:all": "yarn nx run-many --target=lint --all=true --parallel=9 --only-failed=true --with-deps=true --skip-nx-cache=true --verbose=true",
"test:all": "yarn nx run-many --target=test --all=true --parallel=9 --only-failed=true --skip-nx-cache=true --with-deps=true --verbose=true",
"analyze": "yarn build:all && yarn lint:all && yarn test:all",
"serve:persianpart": "yarn nx run-many --target=serve --projects=persianpart-api,persianpart-pwa",
"serve:gtodo": "yarn nx run-many --target=serve --projects=gtodo-api,gtodo-pwa"
},
"private": true,
"devDependencies": {
"@alwatr/logger": "2.2.0",
"@alwatr/nano-server": "1.0.1",
"@alwatr/storage-client": "1.0.1",
"@alwatr/storage-engine": "1.0.1",
"@alwatr/token": "0.30.0",
"@alwatr/type": "1.0.0",
"@fontsource/roboto": "5.0.8",
"@fontsource/vazirmatn": "5.0.17",
"@iconify-json/material-symbols": "1.1.62",
"@iconify/json": "2.2.140",
"@ionic/core": "7.5.4",
"@lit-labs/motion": "1.0.6",
"@lit-labs/router": "0.1.3",
"@lit-labs/virtualizer": "2.0.10",
"@material/web": "^1.0.1",
"@nrwl/esbuild": "17.2.8",
"@nrwl/eslint-plugin-nx": "17.2.8",
"@nrwl/jest": "17.2.8",
"@nrwl/js": "17.2.8",
"@nrwl/linter": "17.2.8",
"@nrwl/node": "17.2.8",
"@nrwl/vite": "17.2.8",
"@nrwl/web": "17.2.8",
"@nx-go/nx-go": "2.8.0",
"@nx/esbuild": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/node": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/web": "17.2.8",
"@nx/webpack": "17.2.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/core": "1.3.96",
"@trpc/client": "10.43.3",
"@trpc/server": "10.43.3",
"@types/cors": "2.8.16",
"@types/jest": "29.5.8",
"@types/lowdb": "1.0.15",
"@types/node": "18.16.9",
"@types/papaparse": "5.3.11",
"@types/signale": "1.4.7",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vaadin/router": "1.7.5",
"@vitejs/plugin-legacy": "4.1.1",
"@vitest/ui": "0.34.7",
"cors": "2.8.5",
"element-internals-polyfill": "1.3.9",
"esbuild": "0.19.5",
"eslint": "8.48.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-lit": "1.10.1",
"eslint-plugin-lit-a11y": "4.1.1",
"eslint-plugin-wc": "2.0.4",
"html-webpack-plugin": "5.5.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jsdom": "22.1.0",
"ky": "1.1.3",
"lit": "3.0.2",
"lowdb": "6.1.1",
"mongodb": "6.2.0",
"mongoose": "8.0.0",
"node-fetch": "3.3.2",
"nodemon": "3.0.1",
"nx": "17.2.8",
"nx-stylelint": "17.0.1",
"papaparse": "5.4.1",
"prettier": "3.0.3",
"react-refresh": "^0.10.0",
"reflect-metadata": "0.1.13",
"rollup-plugin-minify-html-literals": "1.2.6",
"sass": "1.69.5",
"signale": "1.4.0",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-order": "6.0.3",
"swc-loader": "0.2.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"tslib": "2.6.2",
"type-fest": "4.7.1",
"typescript": "5.2.2",
"unplugin-fonts": "^1.1.1",
"unplugin-icons": "^0.18.2",
"url-loader": "^4.1.1",
"verdaccio": "5.27.0",
"vite": "5.0.11",
"vite-plugin-dts": "3.6.3",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.16.7",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6",
"zod": "3.22.4"
},
"workspaces": [
"packages/*/**"
]
}