-
Notifications
You must be signed in to change notification settings - Fork 402
/
package.json
79 lines (79 loc) · 2.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
{
"name": "houndci",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"stylelint": "stylelint 'app/assets/stylesheets/**/*.scss' --formatter verbose",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@babel/core": "*",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^4.0.7",
"babel-loader": "8.0.6",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.5",
"compression-webpack-plugin": "^3.0.0",
"es6-promise": "^4.2.8",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^4.2.0",
"glob": "^7.1.2",
"imports-loader": "^0.8.0",
"jquery": "^3.1.1",
"jquery-ujs": "^1.2.2",
"js-yaml": "^3.9.0",
"loader-utils": "^1.2.3",
"lodash": "^4.17.4",
"normalize.css": "^8.0.1",
"object-assign-shim": "^1.0.0",
"path-complete-extname": "^1.0.0",
"prop-types": "^15.7.2",
"rails-erb-loader": "^5.1.0",
"react": "^16.9.0",
"react-addons-update": "^15.6.0",
"react-dom": "^16.9.0",
"resolve-url-loader": "^3.1.0",
"url-loader": "^2.1.0",
"webpack": "^4.40.2",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.1.0",
"webpacker-react": "^1.0.0-beta.1"
},
"devDependencies": {
"@thoughtbot/stylelint-config": "2.0.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-enzyme": "^7.1.1",
"react-test-renderer": "^16.9.0",
"react-transform-hmr": "^1.0.2",
"sinon": "^7.4.2",
"stylelint": "13.2.1",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/houndci/hound.git"
}
}