-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 KB
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
{
"name": "submagicpro",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.js\"",
"prepare": "husky install"
},
"dependencies": {
"@ctrl/tinycolor": "^4.0.2",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@fingerprintjs/fingerprintjs": "^4.1.0",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/x-data-grid": "latest",
"@react-oauth/google": "^0.11.1",
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"bufferutil": "^4.0.8",
"dayjs": "^1.11.10",
"eslint": "latest",
"eslint-config-next": "latest",
"formik": "^2.4.3",
"js-cookie": "^3.0.5",
"next": "^14.0.4",
"postcss": "^8.4.32",
"prettier": "^3.0.3",
"react": "18.x",
"react-contenteditable": "^3.3.7",
"react-dom": "18.x",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-player": "^2.13.0",
"react-swipeable-views": "^0.14.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.32.6",
"socket.io-client": "^4.7.2",
"swr": "^2.2.4",
"tailwindcss": "^3.3.6",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.1",
"ws": "^8.14.2",
"yup": "^1.2.0"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^14.0.1"
},
"lint-staged": {
"**/*": "prettier --write \"src/**/*.js\""
}
}