-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.27 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
{
"name": "raftlabs",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"clean-cache": "rimraf node_modules/.cache/nx",
"clean": "rimraf node_modules/.cache/nx node_modules dist tmp"
},
"private": true,
"dependencies": {
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@fluentui/react": "^8.49.6",
"@fluentui/react-hooks": "^8.3.9",
"@fluentui/theme": "^2.4.6",
"@hookform/resolvers": "^2.8.5",
"@mdx-js/react": "^1.6.22",
"@nrwl/devkit": "^13.4.5",
"antd": "^4.18.3",
"antd-img-crop": "^4.0.2",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"core-js": "^3.20.3",
"draft-convert": "^2.1.12",
"draft-js": "^0.11.7",
"firebase": "^9.6.3",
"fs-extra": "^10.0.0",
"graphql": "^16.2.0",
"graphql-ws": "^5.5.5",
"hasura-cli": "^2.1.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"next": "12.0.8",
"query-string": "^7.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-hook-form": "^7.24.0",
"react-router-dom": "6.2.1",
"regenerator-runtime": "0.13.9",
"rimraf": "^3.0.2",
"subscriptions-transport-ws": "^0.11.0",
"timezones-list": "^3.0.1",
"tslib": "^2.3.1",
"urql": "^2.0.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@nrwl/cli": "13.4.5",
"@nrwl/cypress": "13.4.5",
"@nrwl/eslint-plugin-nx": "13.4.5",
"@nrwl/jest": "13.4.5",
"@nrwl/linter": "13.4.5",
"@nrwl/next": "^13.4.5",
"@nrwl/node": "13.4.5",
"@nrwl/nx-plugin": "^13.4.5",
"@nrwl/react": "^13.4.5",
"@nrwl/tao": "13.4.5",
"@nrwl/web": "13.4.5",
"@nrwl/workspace": "13.4.5",
"@nx-plus/docusaurus": "^12.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/draft-convert": "^2.1.4",
"@types/jest": "27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-router-dom": "5.3.2",
"@typescript-eslint/eslint-plugin": "~5.9.1",
"@typescript-eslint/parser": "~5.9.1",
"babel-jest": "27.4.6",
"copy-webpack-plugin": "^10.2.0",
"cypress": "^9.2.1",
"docusaurus-plugin-typedoc": "^0.16.7",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.4.7",
"mini-css-extract-plugin": "^2.5.0",
"prettier": "^2.5.1",
"react-refresh": "^0.11.0",
"source-map-loader": "^3.0.1",
"terser-webpack-plugin": "^5.3.0",
"ts-jest": "27.1.3",
"tslib": "^2.3.1",
"typedoc": "^0.22.10",
"typedoc-plugin-markdown": "^3.11.11",
"typescript": "~4.5.4",
"webpack": "^5.66.0",
"webpack-dev-server": "4.7.3",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.2.3"
},
"engines": {
"node": "16.13.2",
"npm": "8.1.2"
}
}