-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "@talk/cms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --transformIgnorePatterns 'node_modules/(?!react-dnd)/'"
},
"dependencies": {
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "5.8.4",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
"@mui/system": "5.8.4",
"@reduxjs/toolkit": "1.8.5",
"@types/node": "18.6.1",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"axios": "^1.4.0",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"next": "12.2.5",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-redux": "8.0.2",
"react-split-pane": "github:techfreaque/react-split-pane",
"typescript": "4.8.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.2.0",
"@types/uuid": "^9.0.1",
"babel-jest": "^27.2.0",
"babel-plugin-module-resolver": "^5.0.0",
"jest": "^27.2.0",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1"
}
}