forked from TID-Lab/aggie
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.29 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 4.29 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
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
141
142
143
144
145
146
147
148
{
"name": "aggie",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/TID-Lab/aggie.git"
},
"scripts": {
"dev": "stmux -- [ \"npm run dev:frontend\" .. \"npm run dev:backend\" ]",
"dev:frontend": "cross-env PORT=8000 react-scripts start",
"dev:backend": "cross-env ENVIRONMENT=development nodemon app.js",
"dev:all": "npm run dev",
"build": "cross-env CI=false react-scripts build",
"start": "ENVIRONMENT=production node app.js",
"postinstall": "node install.js"
},
"subdomain": "aggie",
"engines": {
"node": "^18.20.0",
"npm": "^10.7.0"
},
"nodemonConfig": {
"ignore": [
"test/*",
"docs/*"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.24",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.19",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.1",
"@sendgrid/mail": "^7.6.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@yaireo/tagify": "^4.9.8",
"async": "^3.2.0",
"aws-sdk": "^2.814.0",
"axios": "^1.7.7",
"body-parser": "^1.19.0",
"bootstrap": "^5.1.3",
"browserify": "^16.5.1",
"chalk": "^4.1.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"downstream": "0.1.5",
"express": "^4.21.0",
"feedparser": "^2.2.10",
"formik": "^2.2.9",
"graceful-fs": "^4.2.4",
"javascript-time-ago": "^2.5.11",
"jsonwebtoken": "^9.0.0",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"locale": "^0.1.0",
"lodash": "^4.17.21",
"migrate-mongoose": "^4.0.0",
"mkdirp": "^1.0.4",
"moment": "^2.30.1",
"mongoose": "^5.9.16",
"mongoose-sequence": "^5.2.2",
"morgan": "^1.10.0",
"nconf": "^0.10.0",
"node-telegram-bot-api": "^0.53.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"passport.socketio": "^3.7.0",
"prop-types": "^15.8.1",
"react-bootstrap": "^2.2.1",
"react-day-picker": "^9.2.1",
"react-router-bootstrap": "^0.26.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"react-tagcloud": "^2.2.0",
"react-time-ago": "^7.3.3",
"react-youtube": "^10.1.0",
"readline-sync": "^1.4.10",
"recharts": "^2.1.9",
"reparse": "^0.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rss-parser": "^3.13.0",
"rwlock": "^5.0.0",
"sanitize-html": "^2.13.0",
"single-line-log": "^1.1.2",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"timekeeper": "^2.2.0",
"typescript": "^4.5.5",
"underscore": "^1.12.1",
"validator": "^13.7.0",
"web-vitals": "^2.1.4",
"winston": "^3.13.0",
"winston-slack-webhook-transport": "^1.2.4",
"workbox-broadcast-update": "^6.4.2",
"workbox-core": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "*",
"@fortawesome/fontawesome-common-types": "^6.1.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.23",
"@types/node": "^18.19.39",
"@types/react": "^17.0.2",
"@types/react-bootstrap": "0.32.28",
"@types/react-dom": "^17.0.2",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-tagcloud": "^1.1.7",
"@types/sanitize-html": "^2.13.0",
"chai": "^3.3.0",
"clarinet": "^0.12.4",
"cross-env": "^7.0.3",
"migrate": "^1.7.0",
"mocha": "^7.1.2",
"nodemon": "^2.0.15",
"supertest": "^4.0.2",
"tailwindcss": "^3.4.6"
}
}