-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
166 lines (166 loc) · 5.22 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
{
"name": "waweb",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build:apps": "nx affected:apps",
"build:libs": "nx affected:libs",
"build": "prisma generate && nx affected:build",
"e2e": "nx affected:e2e",
"test": "nx affected:test",
"lint": "nx workspace-lint && nx affected:lint",
"dep-graph": "depcruise",
"affected": "nx affected",
"format": "nx format:write",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"help": "nx help",
"graph:conduit": "depcruise --config .dependency-cruiser.js --output-type dot --output-to apps/conduit/depgraph.dot --progress cli-feedback apps/conduit && cat apps/conduit/depgraph.dot | dot -T svg > apps/conduit/depgraph.svg",
"graph": "depcruise --config .dependency-cruiser.js --output-type dot --output-to depgraph.dot --progress cli-feedback . && cat depgraph.dot | dot -T svg > depgraph.svg",
"db": "prisma db"
},
"private": true,
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@emotion/core": "^11.0.0",
"@emotion/react": "11.1.5",
"@emotion/server": "11.0.0",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@mdx-js/react": "^1.6.21",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@next/mdx": "^11.1.2",
"@nrwl/next": "12.9.0",
"@prisma/client": "3.0.2",
"@reach/skip-nav": "^0.16.0",
"@supabase/supabase-js": "^1.22.5",
"@supabase/ui": "^0.35.0",
"axios": "^0.21.4",
"clsx": "^1.1.1",
"core-js": "^3.6.5",
"emotion": "^11.0.0",
"lazysizes": "^5.3.2",
"marked": "^3.0.4",
"next": "11.1.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "~6.6.3",
"swr": "^0.3.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@emotion/babel-plugin": "11.2.0",
"@mdx-js/loader": "^1.6.22",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@next/bundle-analyzer": "^11.1.2",
"@nrwl/cli": "12.9.0",
"@nrwl/cypress": "12.9.0",
"@nrwl/eslint-plugin-nx": "12.9.0",
"@nrwl/jest": "12.9.0",
"@nrwl/linter": "12.9.0",
"@nrwl/nest": "^12.9.0",
"@nrwl/node": "^12.9.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "12.9.0",
"@nrwl/storybook": "12.9.0",
"@nrwl/tao": "12.9.0",
"@nrwl/web": "12.9.0",
"@nrwl/workspace": "12.9.0",
"@nx-plus/docusaurus": "^12.2.0",
"@nx-tools/nx-docker": "^1.0.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2",
"@storybook/addon-essentials": "~6.3.0",
"@storybook/react": "~6.3.0",
"@svgr/webpack": "^5.4.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "7.0.1",
"@types/chai": "^4.2.21",
"@types/history": "^4.7.9",
"@types/jest": "26.0.24",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.2",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@typescript-eslint/eslint-plugin": "~4.28.3",
"@typescript-eslint/parser": "~4.28.3",
"babel-jest": "^27.1.1",
"babel-loader": "8.1.0",
"chai": "^4.3.4",
"copy-webpack-plugin": "^9.0.1",
"cypress": "^8.3.0",
"dependency-cruiser": "^10.2.0",
"eslint": "7.22.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.1.1",
"jest-junit": "^12.2.0",
"mini-css-extract-plugin": "^2.1.0",
"mocha": "^9.1.1",
"nx": "^12.9.0",
"nx-stylelint": "^12.2.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nesting": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1",
"prisma": "3.0.2",
"react-refresh": "^0.10.0",
"react-test-renderer": "^17.0.2",
"sass": "^1.41.1",
"source-map-loader": "^3.0.0",
"stylelint": "^13.12.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-standard": "^21.0.0",
"tailwindcss": "^2.2.14",
"terser-webpack-plugin": "^5.1.1",
"ts-jest": "27.0.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"url-loader": "^3.0.0",
"webpack": "^5.47.0",
"webpack-dev-server": "4.0.0-rc.0",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.0.2"
},
"jest": {
"collectCoverage": true,
"reporters": [
"default",
"jest-junit"
],
"coverageReporters": [
"json",
"lcov",
"text",
"clover"
]
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}