-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.54 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
{
"name": "watheia",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build:apps": "nx affected:apps",
"build:libs": "nx affected:libs",
"build": "nx affected:build",
"export": "nx run-many --target export --all --verbose",
"e2e": "nx affected:e2e",
"test": "nx affected:test",
"lint": "nx workspace-lint && nx affected:lint",
"affected": "nx affected",
"format": "nx format:write",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"help": "nx help",
"deps:graph": "depcruise --config .dependency-cruiser.js apps/web --output-type dot | dot -T svg > dependencygraph.svg"
},
"private": true,
"dependencies": {
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@nrwl/next": "13.1.3",
"@prisma/client": "3.4.1",
"@reach/skip-nav": "^0.16.0",
"@react-aria/button": "^3.3.4",
"@react-aria/focus": "^3.5.0",
"@react-aria/i18n": "^3.3.2",
"@react-aria/overlays": "^3.7.2",
"@react-aria/utils": "^3.9.0",
"@spectrum-icons/ui": "^3.2.1",
"@spectrum-icons/workflow": "^3.2.1",
"@supabase/supabase-js": "^1.25.2",
"@supabase/ui": "^0.35.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"clsx": "^1.1.1",
"core-js": "^3.19.1",
"date-fns": "^2.25.0",
"gray-matter": "^4.0.3",
"next": "12.0.2",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^3.0.7",
"next-remote-watch": "^1.0.0",
"next-seo": "^4.28.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"postcss": "^8.3.11",
"react": "17.0.2",
"react-datocms": "^1.6.6",
"react-dom": "17.0.2",
"react-markdown": "7.1.0",
"react-router-dom": "^6.0.0",
"regenerator-runtime": "0.13.9",
"remark": "^14.0.1",
"remark-html": "^15.0.0",
"swr": "^1.0.1",
"tailwindcss": "^2.2.19",
"tslib": "^2.3.1"
},
"devDependencies": {
"@emotion/babel-plugin": "11.3.0",
"@next/bundle-analyzer": "^12.0.2",
"@nrwl/cli": "13.1.3",
"@nrwl/cypress": "13.1.3",
"@nrwl/eslint-plugin-nx": "13.1.3",
"@nrwl/jest": "13.1.3",
"@nrwl/linter": "13.1.3",
"@nrwl/node": "^13.1.3",
"@nrwl/nx": "^7.8.7",
"@nrwl/nx-cloud": "^12.5.2",
"@nrwl/react": "13.1.3",
"@nrwl/tao": "13.1.3",
"@nrwl/web": "13.1.3",
"@nrwl/workspace": "13.1.3",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/history": "^4.7.9",
"@types/jest": "27.0.2",
"@types/node": "16.11.6",
"@types/path-browserify": "^1.0.0",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "~5.3.0",
"@typescript-eslint/parser": "~5.3.0",
"babel-jest": "27.3.1",
"babel-plugin-module-resolver": "4.1.0",
"cross-env": "^7.0.3",
"cypress": "^8.7.0",
"dependency-cruiser": "^10.6.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.2",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.3.1",
"jest-junit-reporter": "^1.1.0",
"next-pwa": "^5.4.0",
"nx-stylelint": "^12.3.1",
"postcss-calc": "^8.0.0",
"postcss-custom-properties": "12.0.0",
"postcss-dir-pseudo-class": "^6.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-focus-ring": "^1.0.0",
"postcss-functions": "^4.0.2",
"postcss-import": "^14.0.2",
"postcss-inherit": "^4.1.0",
"postcss-loader": "^6.2.0",
"postcss-logical": "^5.0.0",
"postcss-modules": "^4.2.2",
"postcss-nested": "^5.0.6",
"postcss-nesting": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-svg": "^3.0.0",
"prettier": "^2.4.1",
"prisma": "3.4.1",
"stylelint": "^14.0.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^23.0.0",
"ts-jest": "27.0.7",
"typescript": "~4.4.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"packageManager": "yarn@3.1.0",
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
}