-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
103 lines (103 loc) · 3.1 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
100
101
102
103
{
"name": "one-night-werewolf",
"description": "A multiplayer web game of deception and deduction.",
"version": "0.4.2",
"repository": "https://github.com/cozuya/one-night-werewolf.git",
"author": "Chris Ozols <[email protected]>",
"dependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.13.2",
"compression": "^1.6.2",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-session": "^1.11.3",
"express-socket.io-session": "^1.3.1",
"jest-cli": "^15.1.1",
"jquery": "^2.2.3",
"lodash": "^4.0.0",
"mongo": "^0.1.0",
"mongoose": "^4.1.0",
"morgan": "^1.6.1",
"nodemailer": "^2.4.2",
"nodemailer-mailgun-transport": "git+https://github.com/orliesaurus/nodemailer-mailgun-transport.git",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.1",
"passport-remember-me": "git+https://github.com/ilich/passport-remember-me.git",
"pug": "^2.0.0-alpha6",
"react": "^15.3.1",
"react-dom": "^15.0.2",
"react-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-devtools": "^2.1.5",
"semantic-ui-checkbox": "^2.1.6",
"semantic-ui-dimmer": "^2.0.8",
"semantic-ui-dropdown": "^2.1.6",
"semantic-ui-form": "^2.1.3",
"semantic-ui-modal": "^2.0.8",
"semantic-ui-popup": "^2.1.6",
"semantic-ui-progress": "^2.1.6",
"semantic-ui-transition": "^2.0.8",
"semantic-ui-visibility": "^2.1.7",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5"
},
"devDependencies": {
"babelify": "^5.0.4",
"better-console": "^0.2.4",
"browserify": "^9.0.3",
"del": "^1.2.1",
"eslint": "^3.3.1",
"eslint-config-google": "^0.6.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.1",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-chmod": "^1.2.0",
"gulp-clean-css": "^2.0.7",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-help": "^1.6.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^3.0.1",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.0",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^0.1.4",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.6",
"gulp-wait": "0.0.2",
"gulp-watch": "^4.3.5",
"map-stream": "0.0.6",
"node-notifier": "^4.3.1",
"opn": "^1.0.1",
"react-test-renderer": "^15.3.1",
"require-dot-file": "^0.4.0",
"through2": "^0.6.3",
"vinyl-transform": "^1.0.0",
"yamljs": "^0.2.3"
},
"scripts": {
"test": "jest",
"db": "mongod --dbpath logs",
"start": "nodemon bin/dev"
}
}