-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
140 lines (140 loc) · 5.03 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
{
"name": "ayon-frontend",
"private": false,
"version": "0.3.1",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
"format": "prettier --write src/**/*.{js,jsx} --config ./.prettierrc",
"upgrade-arc": "yarn upgrade @ynput/ayon-react-components@latest",
"generate-token": "node --env-file=.env.local ./gen/getAuth.js",
"generate-rest": "npx @rtk-query/codegen-openapi ./gen/openapi-config.ts",
"generate-gql": "cd gen && graphql-codegen --require dotenv/config",
"test": "npx playwright test",
"test-ui": "npx playwright test --ui",
"test-auth": "npx playwright test auth.setup.js",
"test-report": "yarn playwright show-report",
"test-codegen": "npx playwright codegen http://localhost:3000 --load-storage=playwright/.auth/user.json",
"dev-arc": "yarn setup:arc && concurrently \"yarn watch:arc\" \"vite --port 3000 --force\"",
"setup:arc": "cd ../ayon-react-components && yarn link && cd - && yarn link @ynput/ayon-react-components",
"watch:arc": "nodemon --watch ../ayon-react-components/dist --exec \"yarn link @ynput/ayon-react-components\"",
"arc-unlink": "yarn unlink @ynput/ayon-react-components && yarn install --force"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^8.0.0",
"@reduxjs/toolkit": "^2.2.7",
"@rjsf/core": "^5.22.1",
"@rjsf/utils": "^5.22.1",
"@rjsf/validator-ajv8": "^5.22.1",
"@rtk-query/codegen-openapi": "^1.2.0",
"@rtk-query/graphql-request-base-query": "^2.3.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.9",
"@uiw/react-textarea-code-editor": "^2.1.9",
"@ynput/ayon-react-components": "^1.7.17",
"axios": "^1.6.3",
"chart.js": "^4.2.0",
"clsx": "^2.1.1",
"custom-protocol-check": "^1.4.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"fscreen": "^1.2.0",
"graphql": "^16.8.2",
"graphql-request": "^7.0.1",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"luxon": "^2.4.0",
"match-sorter": "^6.3.4",
"object-scan": "^19.0.5",
"primeicons": "^7.0.0",
"primereact": "9.6.2",
"primereact-context": "npm:[email protected]",
"quill-magic-url": "^4.2.0",
"react": "^18.0.0",
"react-datepicker": "^4.11.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^4.0.3",
"react-full-screen": "^1.1.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.5.2",
"react-live-chat-customerly": "^1.0.10",
"react-markdown": "^9.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-quill-ayon": "^2.0.2",
"react-redux": "^9.1.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.3",
"react-transition-group": "^4.4.2",
"react-use-websocket": "^4.2.0",
"rehype-external-links": "^3.0.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-emoji": "^4.0.1",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.0",
"sass": "^1.62.0",
"searchhash": "^1.2.12",
"semver": "^7.6.0",
"short-uuid": "^4.2.0",
"styled-components": "^6.1.14",
"turndown": "^7.1.2",
"use-query-params": "^2.1.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typed-document-node": "^5.0.7",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-rtk-query": "^3.1.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@module-federation/enhanced": "^0.8.11",
"@module-federation/vite": "^1.2.2",
"@playwright/test": "^1.44.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.12.12",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/semver": "^7.5.8",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "4.2.1",
"babel-plugin-styled-components": "^2.0.7",
"concurrently": "^9.0.1",
"dotenv": "^16.4.5",
"esbuild-runner": "^2.2.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"nodemon": "^3.1.7",
"prettier": "^2.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "5.2.10",
"vite-plugin-linter": "^2.1.1"
},
"lint-staged": {
"src/**/*.{js,jsx}": [
"yarn eslint",
"yarn format"
]
},
"graphql": {
"schema": "./gen/graphql.schema.json",
"documents": "**/*.graphql"
}
}