-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
132 lines (132 loc) · 4.38 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
{
"name": "codac-ts-frontend-students",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "yarn codegen && next lint --fix",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:md": "eslint . --ext md,mdx",
"test": "jest --watch",
"test:ci": "jest --ci",
"prepare": "husky install",
"release": "commit-and-tag-version",
"cypress": "cypress open",
"codegen": "graphql-codegen --config codegen.ts",
"vercel-install": "./clone-lms-content-prod.sh && yarn --ignore-scripts --production=false",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@apollo/link-error": "^2.0.0-beta.3",
"@asseinfo/react-kanban": "^2.2.0",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@hello-pangea/dnd": "^16.2.0",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.106",
"@mui/material": "^5.10.12",
"@next/font": "^13.1.1",
"@types/node": "18.11.9",
"@types/react": "^18.0.26",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "18.0.8",
"add": "^2.0.6",
"apexcharts": "^3.36.3",
"apexcharts-clevision": "^3.28.5",
"apollo-link-context": "^1.0.20",
"apollo-upload-client": "^17.0.0",
"dayjs": "^1.11.6",
"deepmerge": "^4.2.2",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"isomorphic-unfetch": "^4.0.2",
"jwt-decode": "^3.1.2",
"lodash.isequal": "^4.5.0",
"mdi-material-ui": "^7.6.0",
"next": "^13.0.6",
"next-mdx-remote": "^4.2.0",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"openai": "^3.1.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-collapsed": "^3.5.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"react-particles": "^2.6.0",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"react-toastify": "^9.1.1",
"rehype-img-size": "^1.0.1",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"socket.io-client": "^4.6.0",
"tsparticles": "^2.6.0",
"tsparticles-engine": "^2.6.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@emotion/babel-plugin": "^11.10.5",
"@graphql-codegen/add": "^3.2.1",
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/near-operation-file-preset": "^2.4.4",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
"@next/eslint-plugin-next": "^13.1.2",
"@storybook/addon-essentials": "7.0.0-beta.20",
"@storybook/addon-interactions": "7.0.0-beta.20",
"@storybook/addon-links": "7.0.0-beta.20",
"@storybook/blocks": "7.0.0-beta.20",
"@storybook/nextjs": "7.0.0-beta.20",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.187",
"@types/lodash.isequal": "^4.5.6",
"@types/nprogress": "^0.2.0",
"@types/react-datepicker": "^4.8.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"commit-and-tag-version": "^10.1.0",
"cypress": "12.6.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-markdownlint": "^0.4.0",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-storybook": "^0.6.8",
"eslint-plugin-testing-library": "^5.9.1",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"next-router-mock": "^0.8.0",
"prettier": "^2.8.1",
"storybook": "7.0.0-beta.20",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.2"
},
"packageManager": "[email protected]"
}