-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.82 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
{
"name": "next-web-tools",
"version": "1.0.0",
"description": "Web tools built with Next.js and SSG",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^7.22.3",
"@svgr/webpack": "^5.5.0",
"@types/jest": "^27.5.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^16.18.108",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
"assert": "^2.1.0",
"axios": "^1.7.8",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browser-image-compression": "^2.0.2",
"browserify-zlib": "^0.2.0",
"browserslist": "^4.18.1",
"buffer": "^6.0.3",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"cos-nodejs-sdk-v5": "^2.14.6",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"dayjs": "^1.11.13",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"fast-xml-parser": "^4.5.0",
"file-loader": "^6.2.0",
"framer-motion": "^11.11.17",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.5",
"mongodb": "^6.3.0",
"mongoose": "^8.1.3",
"next": "^14.1.0",
"png-to-ico": "^2.1.8",
"process": "^0.11.10",
"prompts": "^2.4.2",
"qrcode.react": "^4.1.0",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-json-view": "^1.21.3",
"react-refresh": "^0.11.0",
"react-router-dom": "^6.28.0",
"react-window": "^1.8.10",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"semver": "^7.3.5",
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
"util": "^0.12.5",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}