forked from cozuya/secret-hitler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.39 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "secret-hitler",
"description": "A web adaptation of the social deduction board game Secret Hitler.",
"version": "0.14.8",
"license": "CC-BY-NC-SA-4.0",
"keywords": ["boardgame", "social deduction", "hidden roles", "secret hitler"],
"repository": {
"url": "https://github.com/cozuya/secret-hitler.git",
"type": "git"
},
"author": "Chris Ozols <[email protected]> (http://twolongos.com)",
"homepage": "https://secrethitler.io",
"bugs": "https://github.com/cozuya/secret-hitler/issues",
"engines": {
"node": ">=6.0"
},
"dependencies": {
"compression": "^1.6.2",
"debug": "^3.1.0",
"dotenv": "^5.0.1",
"emailjs": "^2.1.0",
"express": "^4.15.2",
"express-session": "^1.15.1",
"express-socket.io-session": "^1.3.2",
"gfycat-style-urls": "git://github.com/cozuya/gfycat-style-urls.git",
"immutable": "^4.0.0-rc.6",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"mongoose": "^5.0.8",
"morgan": "^1.8.1",
"nodemailer": "^4.6.5",
"nodemailer-mailgun-transport": "^1.4.0",
"nodemon": "^1.17.1",
"option": "^0.2.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"prop-types": "^15.5.10",
"pug": "^2.0.0-beta11",
"rc-slider": "^8.4.0",
"react": "^16.1.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.1.1",
"react-dropzone": "^4.2.8",
"react-linkify": "^0.2.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools": "^3.4.0",
"redux-saga": "^0.16.0",
"semantic-ui-checkbox": "^2.2.9",
"semantic-ui-dimmer": "^2.2.9",
"semantic-ui-dropdown": "^2.2.9",
"semantic-ui-form": "^2.2.9",
"semantic-ui-modal": "^2.2.9",
"semantic-ui-popup": "^2.2.9",
"semantic-ui-progress": "^2.2.9",
"semantic-ui-react": "^0.75.1",
"semantic-ui-transition": "^2.2.9",
"semantic-ui-visibility": "^2.2.9",
"serve-favicon": "^2.4.2",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.23.0",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.19",
"crypto": "^1.0.1",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-redux": "^0.2.1",
"eslint": "^4.8.0",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.4.0",
"eslint-watch": "^3.1.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"husky": "^0.14.3",
"jest": "^23.0.0",
"jest-cli": "^23.0.0",
"moment": "^2.18.1",
"node-notifier": "^5.1.2",
"node-sass": "^4.7.2",
"npm-run-all": "^4.1.2",
"prettier": "^1.12.1",
"redux-test-utils": "^0.2.2",
"require-dot-file": "^0.4.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4",
"webpack-livereload-plugin": "^2.1.1"
},
"scripts": {
"format": "prettier --write **/*.js",
"dev": "npm-run-all --parallel db inspect start",
"dev-docker": "npm-run-all --parallel db-docker server start",
"create-accounts": "node scripts/createAccounts.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"db": "mongod --dbpath data --port 15726",
"db-docker": "docker run -it --rm -p 15726:15726 -v \"$(PWD)/data\":/data/db --name Secret-Hitler-Dev-MongoDB mongo:latest --port 15726",
"build": "webpack --config webpack/webpack.config.prod --mode production",
"build-nomin": "webpack --config webpack/webpack.config.prod-nomin --mode production",
"inspect": "nodemon --inspect=9137 bin/dev",
"server": "nodemon bin/dev",
"start": "webpack --watch --config webpack/webpack.config.dev --mode development",
"precommit": "yarn format && git add -A",
"prepush": "yarn lint",
"lint": "esw src/ scripts/ routes/ webpack/ models/ iso/"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/__test__/test-setup.js",
"moduleNameMapper": {
"\\.(css|scss)$": "<rootDir>/__test__/mocks/styleMock.js"
}
}
}