-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 5.34 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
137
138
139
140
141
142
143
144
145
{
"name": "goita-online",
"version": "0.3.0",
"description": "goita-online server & web client",
"main": "dist/server.js",
"scripts": {
"clean": "rimraf dist",
"start": "node dist/server.js",
"reinspect": "kill-port --port 9229 && node --inspect=0.0.0.0:9229 dist/server.js",
"start:debug": "nodemon --exec 'npm run reinspect'",
"build": "run-s clean build:*",
"watch:start":
"npm run clean && concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"blue.bold,green.bold\" \"npm run watch:ts\" \"run-s wait:compile start\"",
"watch:debug":
"yarn install && npm run clean && concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"blue.bold,green.bold\" \"npm run watch:ts\" \"run-s wait:compile start:debug\"",
"build:ts": "tsc",
"watch:ts": "tsc -w",
"build:webpack": "webpack --config webpack.config.prod.js",
"watch:webpack": "webpack -d -w",
"test": "jest --forceExit",
"watch:test": "karma start --no-single-run --auto-watch",
"delay2": "node ./node_modules/npm-delay 2000",
"wait:compile": "node ./node_modules/npm-delay 6000"
},
"repository": {
"type": "git",
"url": "git://github.com/Goita/goita-online.git"
},
"keywords": ["goita"],
"author": "yoskeoka",
"license": "MIT",
"bugs": {
"url": "https://github.com/Goita/goita-online/issues"
},
"homepage": "https://github.com/Goita/goita-online",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"errorhandler": "^1.4.3",
"express": "^4.16.2",
"express-flash": "^0.0.2",
"express-session": "^1.15.3",
"express-validator": "^3.1.3",
"goita-core": "^0.2.3",
"jss": "^9.3.2",
"jss-preset-default": "^4.0.1",
"lusca": "^1.5.0",
"material-ui": "1.0.0-beta.21",
"material-ui-icons": "^1.0.0-beta.17",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"nocache": "^2.0.0",
"passport": "0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.7.0",
"pixi.js": "^4.5.5",
"react": "^16.1.0",
"react-dom": "^16.1.2",
"react-fontawesome": "^1.6.1",
"react-hot-loader": "^3.1.3",
"react-jss": "^8.1.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"request": "^2.81.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"store": "^2.0.12"
},
"devDependencies": {
"@types/body-parser": "^1.16.2",
"@types/chokidar": "^1.7.3",
"@types/connect-history-api-fallback": "^1.3.0",
"@types/connect-mongo": "0.0.33",
"@types/cookie-parser": "^1.4.0",
"@types/copy-webpack-plugin": "^4.0.1",
"@types/dotenv": "^4.0.0",
"@types/errorhandler": "0.0.30",
"@types/express": "^4.0.38",
"@types/express-serve-static-core": "^4.0.54",
"@types/express-session": "1.15.4",
"@types/jest": "^21.0.0",
"@types/mongodb": "^2.1.43",
"@types/mongoose": "^4.7.9",
"@types/morgan": "^1.7.32",
"@types/node": "^8.0.47",
"@types/passport": "^0.3.4",
"@types/passport-facebook": "^2.1.6",
"@types/passport-google-oauth": "^1.0.35",
"@types/passport-twitter": "^1.0.32",
"@types/pixi.js": "^4.5.7",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"@types/react-fontawesome": "^1.6.1",
"@types/react-hot-loader": "^3.0.5",
"@types/react-redux": "^5.0.10",
"@types/react-router-dom": "^4.0.8",
"@types/recompose": "^0.24.2",
"@types/redux": "^3.6.0",
"@types/request": "2.0.0",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"@types/storejs": "^1.3.1",
"@types/webpack": "^3.0.13",
"@types/webpack-dev-middleware": "^1.9.3",
"@types/webpack-env": "^1.13.2",
"@types/webpack-hot-middleware": "^2.16.0",
"awesome-typescript-loader": "^3.4.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chokidar": "^1.7.0",
"concurrently": "^3.5.0",
"connect-history-api-fallback": "^1.4.0",
"copy-webpack-plugin": "^4.0.1",
"kill-port": "^1.3.2",
"nodemon": "^1.12.1",
"npm-delay": "^1.0.4",
"npm-run-all": "^4.1.1",
"source-map-loader": "^0.2.3",
"tslib": "^1.7.1",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.6.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.2.0",
"typescript": "2.6.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.20.0",
"write-file-webpack-plugin": "^4.2.0"
},
"optionalDependencies": {
"fsevents": "1.1.2"
}
}