-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "splitscreen-me-hub",
"private": true,
"scripts": {
"dev": "meteor --settings settings-development.json",
"lint": ""
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@cleverbeagle/seeder": "^1.3.1",
"@dicebear/avatars": "^3.1.4",
"@dicebear/avatars-gridy-sprites": "^1.1.5",
"antd": "^3.26.3",
"apexcharts": "^3.46.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"discord.js": "^11.6.3",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.7.3",
"indexof": "0.0.1",
"jquery": "^3.6.0",
"jszip": "^3.2.2",
"juice": "^5.2.0",
"lodash": "^4.17.15",
"meteor-node-stubs": "^1.0.0",
"polished": "^3.4.2",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^16.14.0",
"react-markdown": "^4.2.2",
"react-moment": "^0.9.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-syntax-highlighter": "^11.0.2",
"simpl-schema": "^1.5.5",
"slug": "^2.0.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^6.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"less": "^3.10.3"
}
}