-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
{
"name": "smashcrowd",
"version": "1.0.0",
"description": "A drafting tool for Smash Bros.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build",
"dev": "gulp dev",
"reinstall": "node reinstall.js; gulp dev",
"client": "parcel public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jwaxo/smashcrowd.git"
},
"keywords": [
"smash",
"bros",
"tournament",
"draft"
],
"author": "Jeff Wax <[email protected]> (http://jeffwax.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jwaxo/smashcrowd/issues"
},
"homepage": "https://github.com/Jwaxo/smashcrowd#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"chalk": "^2.4.2",
"config": "^3.0.1",
"dbdiff": "^0.5.3",
"express": "^4.16.4",
"express-session": "^1.16.1",
"express-socket.io-session": "^1.3.5",
"foundation-sites": "^6.5.3",
"fs": "0.0.1-security",
"gulp": "^4.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"jquery": "^3.4.1",
"motion-ui": "^2.0.3",
"mysql": "^2.17.0",
"nodemailer": "^6.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"strip-ansi": "^5.0.0",
"twig": "^1.15.2",
"uuid": "^3.3.2",
"what-input": "^5.1.3"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"parcel-bundler": "^1.12.4"
}
}