-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.78 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
{
"name": "frontend_l4_aimml-slack",
"version": "0.0.5",
"description": "",
"main": "dist/index.js",
"bin": {
"hexlet": "dist/bin/hexlet.js"
},
"engines": {
"node": "9"
},
"scripts": {
"nodemon": "nodemon",
"test": "jest",
"babel-node": "babel-node",
"flow": "flow",
"flow-typed": "flow-typed",
"start": "babel-node ./dist/bin/slack.js",
"eslint": "eslint",
"webpack": "webpack",
"build-server": "babel server --out-dir dist --source-maps inline",
"build-app": "npm run webpack -- -p --env production",
"build": "npm run build-app && npm run build-server",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/aimmlegate/project-lvl4-s235"
},
"author": "Andrey Lukin",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/node": "^7.0.0-beta.46",
"@babel/polyfill": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-flow": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.46",
"@babel/preset-stage-0": "^7.0.0-beta.46",
"axios": "^0.18.0",
"babel-loader": "^8.0.0-beta.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.1.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"faker": "^4.1.0",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-generic-session": "^2.0.1",
"koa-logger": "^3.2.0",
"koa-pug": "^3.0.0-2",
"koa-router": "^7.4.0",
"koa-static": "^3.0.0",
"koa-webpack": "^3.0.2",
"lodash": "^4.17.10",
"react": "^16.4.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.0",
"react-icons": "^2.2.7",
"react-redux": "^5.0.7",
"reactstrap": "^6.0.1",
"redux": "^4.0.0",
"redux-actions": "^2.3.0",
"redux-bootstrap": "^1.3.0",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.1",
"style-loader": "^0.21.0",
"uuid": "^3.2.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
},
"devDependencies": {
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-plugin-transform-regenerator": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-react": "^7.8.2",
"flow-bin": "^0.63.1",
"flow-typed": "^2.4.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"nodemon": "^1.17.3"
}
}