-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.14 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
99
{
"name": "fosse.co",
"version": "1.0.0",
"description": "https://fosse.co",
"main": "server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dev": "webpack --progress --config webpack.dev.js",
"build:prod": "webpack --progress --config webpack.prod.js",
"watch:dev": "webpack --env dev --progress --watch --config webpack.dev.js",
"watch:prod": "webpack --env prod --progress --watch --config webpack.prod.js",
"start": "./start.sh 2>&1 | tee -a ./server/log.txt"
},
"sideEffects": [
"*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fossephate/democratic-dj.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/fossephate/democratic-dj/issues"
},
"homepage": "https://github.com/fossephate/democratic-dj#readme",
"dependencies": {
"@jukben/emoji-search": "^2.0.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@mui/material": "^5.0.6",
"@reduxjs/toolkit": "^1.6.2",
"@webscopeio/react-textarea-autocomplete": "^4.8.1",
"babel-loader": "^8.2.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"bcrypt": "^3.0.7",
"bundle-loader": "^0.5.6",
"classnames": "^2.3.1",
"css-loader": "^3.6.0",
"deepmerge": "^4.2.2",
"express": "^4.16.3",
"express-session": "^1.17.2",
"immer": "^5.3.6",
"jquery": "^3.6.0",
"js-cookie": "^2.2.0",
"js-yaml": "^3.14.1",
"keycode": "^2.2.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mongodb": "^3.7.3",
"mongoose": "^5.13.13",
"nipplejs": "^0.8.7",
"nodemailer": "^6.7.0",
"notistack": "^0.9.17",
"performance-now": "^2.1.0",
"prop-types": "^15.6.2",
"query-string": "^6.14.1",
"react": "^16.14.0",
"react-day-picker": "^7.4.10",
"react-dom": "^16.14.0",
"react-flip-move": "^3.0.4",
"react-google-recaptcha": "^2.1.0",
"react-input-trigger": "^1.1.2",
"react-linkify": "^1.0.0-alpha",
"react-mentions": "^3.3.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"recompose": "^0.30.0",
"redis": "^2.8.0",
"redux": "^4.1.2",
"redux-form": "^8.3.7",
"redux-saga": "^1.1.3",
"request": "^2.88.2",
"simple-peer": "^9.11.0",
"socket.io": "^2.4.1",
"spotify-web-api-node": "^4.0.0",
"style-loader": "^1.3.0",
"sweetalert2": "^9.17.2",
"webpack": "^4.46.0",
"webpack-merge": "^4.2.2",
"youtube-audio-stream": "^0.3.36"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.0",
"@babel/plugin-proposal-export-default-from": "^7.16.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.5",
"babel-plugin-transform-imports": "^2.0.0",
"webpack-cli": "^3.3.12"
}
}