-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.05 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.05 KB
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
{
"name": "@mitm/teamview",
"version": "1.1.0",
"description": "Un outil de statistique pour mon petit gazon.",
"license": "UNLICENSED",
"author": "Stéphane Becker <whirly.von.elsass@gmail.com> (http://www.bretzelsandgames.com)",
"scripts": {
"cli": "node dist/server/cli.js",
"run:server": "node dist/server/main.js",
"run:nodemon-server": "nodemon --watch dist/server dist/server/main.js",
"postinstall": "yarn build && yarn cli db:migrate",
"build": "run-s build:*",
"build:server": "webpack --config webpack/webpack.config.server.js",
"build:client": "webpack --config webpack/webpack.config.client.js",
"watch": "run-p watch:*",
"watch:server": "webpack --config webpack/webpack.config.server.js --watch",
"watch:client": "webpack-serve --config webpack/webpack-serve.config.js",
"deploy:staging": "git push scalingo-staging develop:master",
"deploy:production": "git push scalingo-production master:master",
"g": "ng g"
},
"engines": {
"node": ">10.x"
},
"devDependencies": {
"@ngtools/webpack": "^11.0.5",
"@types/bcryptjs": "^2.4.1",
"@types/body-parser": "^1.16.8",
"@types/core-js": "^0.9.46",
"@types/cors": "^2.8.3",
"@types/express": "^4.11.1",
"@types/express-jwt": "^0.0.38",
"@types/graphql": "^0.12.4",
"@types/jsonwebtoken": "^7.2.5",
"@types/latinize": "^0.2.15",
"@types/morgan": "^1.7.35",
"@types/node": "^9.4.6",
"@types/passport": "^0.4.2",
"@types/passport-local": "^1.0.32",
"@types/pify": "^3.0.0",
"@types/request-promise": "^4.1.41",
"@types/winston": "^2.3.8",
"@types/yargs": "^11.0.0",
"awesome-typescript-loader": "^5.2.1",
"codelyzer": "^6.0.1",
"compression-webpack-plugin": "^7.1.1",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^5.0.1",
"exports-loader": "^1.1.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-beta.1",
"koa-connect": "^2.0.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.2",
"raw-loader": "^0.5.1",
"redux-devtools-extension": "^2.13.8",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^10.1.0",
"source-map-support": "^0.5.19",
"style-loader": "^2.0.0",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"typescript": "4.0.5",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2",
"webpack-serve": "^3.2.0"
},
"dependencies": {
"@angular/animations": "^11.0.5",
"@angular/cli": "^11.0.5",
"@angular/common": "^11.0.5",
"@angular/compiler": "^11.0.5",
"@angular/compiler-cli": "^11.0.5",
"@angular/core": "^11.0.5",
"@angular/forms": "^11.0.5",
"@angular/platform-browser": "^11.0.5",
"@angular/platform-browser-dynamic": "^11.0.5",
"@angular/platform-server": "^11.0.5",
"@angular/router": "^11.0.5",
"@apollo/client": "^3.3.6",
"@types/cheerio": "^0.22.16",
"@types/lodash": "^4.14.104",
"@types/mongoose": "^5.0.2",
"apollo-angular": "^2.1.0",
"apollo-server": "^2.19.1",
"apollo-server-express": "^2.19.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"chartist": "^0.11.0",
"cheerio": "^1.0.0-rc.3",
"compose-middleware": "^5.0.0",
"core-js": "^2.5.3",
"cors": "^2.8.4",
"dotenv-extended": "^2.0.1",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"graphql": "^14.0.2",
"graphql-compose": "^7.23.0",
"graphql-compose-connection": "^8.0.1",
"graphql-compose-mongoose": "^9.0.0",
"graphql-tag": "^2.11.0",
"image-webpack-loader": "^7.0.1",
"jsonwebtoken": "^8.5.1",
"latinize": "^0.4.1",
"lodash": "^4.17.20",
"mongoose": "^5.11.9",
"morgan": "^1.10.0",
"ng2-semantic-ui": "^0.9.7",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pify": "^5.0.0",
"redux": "^4.0.5",
"redux-devtools": "^3.7.0",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3",
"winston": "^3.3.3",
"yargs": "^16.2.0",
"zone.js": "^0.10.3"
}
}