-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.91 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
{
"name": "build-your-own-radar",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack -d --watch",
"build": "webpack --prod",
"serve": "node back/server.js",
"dev-server": "webpack-dev-server --progress --colors --inline --dev"
},
"authors": [
"ThoughtWorks",
],
"repository": {
"type": "git",
"url": "https://github.com/yousfiSaad/build-your-own-radar"
},
"keywords": [
"tech-radar"
],
"license": "AGPL-3.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"istanbul": "^0.4.5",
"jasmine": "^2.9.0",
"json-loader": "^0.5.7",
"node-sass": "^3.13.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.1",
"xmlhttprequest": "^1.8.0",
"yargs": "^5.0.0"
},
"dependencies": {
"axios": "^0.17.1",
"basic-auth": "^2.0.0",
"body-parser": "^1.18.2",
"chance": "^1.0.13",
"cookie-machine": "^0.1.1",
"cors": "^2.8.4",
"d3": "^4.12.2",
"d3-tip": "^0.7.1",
"express": "^4.16.2",
"express-rate-limit": "^2.11.0",
"jsonexport": "^2.0.11",
"jsonwebtoken": "^8.1.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.16.2",
"mongoose": "^5.0.1",
"mongoose-unique-validator": "^2.0.0",
"mongoose-validator": "^1.3.2",
"react": "^16.2.0",
"react-chat-widget": "^2.1.2",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"sanitize-html": "^1.17.0",
"semantic-ui-react": "^0.78.2",
"socket.io": "^2.0.4",
"tabletop": "^1.4.3"
}
}