-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.11 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.11 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
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
{
"name": "musco",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@heroicons/react": "^1.0.4",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@popperjs/core": "^2.9.2",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/line-clamp": "^0.2.2",
"alert-sound-notify": "^0.0.8",
"antd": "^4.16.0",
"aws-sdk": "^2.1008.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"beeper": "^3.0.0",
"classnames": "^2.2.6",
"crypto": "^1.0.1",
"faker": "^5.5.3",
"framer-motion": "^4.1.17",
"gridfs-stream": "^1.1.1",
"jquery": "^3.6.0",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"mock-aws-s3": "^4.0.2",
"mongodb-client-encryption": "^1.2.7",
"mongoose": "^5.12.11",
"multer": "^1.4.3",
"multer-gridfs-storage": "^5.0.0",
"netlify-identity-widget": "^1.9.1",
"next": "10.2.0",
"next-auth": "^3.24.0",
"next-compose-plugins": "^2.2.1",
"next-connect": "^0.10.1",
"next-images": "^1.7.0",
"nock": "^13.1.3",
"path": "^0.12.7",
"perfect-scrollbar": "^1.5.1",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-moment": "^1.1.1",
"react-router-dom": "^5.2.0",
"react-slick": "^0.28.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"slick-carousel": "^1.8.1",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"tailwind-scrollbar-hide": "^1.0.3",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.17"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}