-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 984 Bytes
/
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
{
"name": "GameSuite",
"private": true,
"version": "0.8.0",
"description": "GameSuite is a centralized platform for competitive gamers where players can chat, organize and view in-game statistics from and about various different games.",
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"bcrypt": "^2.0.1",
"blaze": "^4.0.0-7",
"fetch": "^1.1.0",
"material-ui": "^0.20.1",
"meteor-node-stubs": "^0.3.2",
"mongodb": "^3.0.8",
"passport": "^0.4.0",
"passport-bnet": "^1.2.1",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-meteor-data": "^0.2.11",
"react-router-dom": "^4.2.2",
"request": "^2.85.0",
"router": "^1.3.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2"
}
}