forked from mrhardikjoshi/cody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.45 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
{
"name": "cody",
"version": "0.0.0",
"description": "Your friendly neighborhood code reivew bot",
"repository": "https://github.com/aergonaut/cody.git",
"author": "Chris Fung <[email protected]>",
"license": "MIT",
"engines": {
"node": "<= 9"
},
"scripts": {
"relay": "relay-compiler --src ./app/javascript --extensions js jsx --schema ./schema.graphql",
"test": "jest"
},
"dependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-modules-commonjs": "7.2.0",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.2.3",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@rails/webpacker": "3.2.0",
"autoprefixer": "7.2.4",
"babel-loader": "8.0.4",
"babel-minify": "0.2.0",
"babel-plugin-relay": "1.6.0",
"classnames": "2.2.6",
"coffee-loader": "0.9.0",
"coffee-script": "1.12.7",
"coffeescript": "2.2.3",
"compression-webpack-plugin": "0.4.0",
"css-loader": "0.28.10",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"glob": "7.1.2",
"js-yaml": "3.11.0",
"node-sass": "4.7.2",
"path-complete-extname": "0.1.0",
"postcss-loader": "2.1.1",
"postcss-smart-import": "0.7.6",
"precss": "3.1.2",
"prop-types": "15.6.0",
"rails-erb-loader": "5.2.1",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-helmet": "5.2.0",
"react-hot-loader": "4.0.0",
"react-loadable": "5.5.0",
"react-octicons": "0.1.0",
"react-redux": "5.0.6",
"react-relay": "1.5.0",
"react-router-dom": "4.2.2",
"redux": "3.7.2",
"resolve-url-loader": "2.2.1",
"sass-loader": "6.0.7",
"style-loader": "0.20.3",
"timezone-support": "1.8.1",
"webpack": "3.10.0",
"webpack-manifest-plugin": "1.3.2",
"webpack-merge": "4.1.1"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"codecov": "3.0.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "4.19.1",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"flow-bin": "0.71.0",
"jest": "22.4.2",
"react-test-renderer": "16.2.0",
"relay-compiler": "1.5.0",
"remark-preset-lint-recommended": "3.0.1",
"webpack-dev-server": "2.9.7"
}
}