forked from rubyforgood/human-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 Bytes
/
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
{
"dependencies": {
"@babel/core": "^7.5.5",
"@rails/webpacker": "^4.0.7",
"actiontext": "https://github.com/rails/actiontext#archive",
"babel-cli": "^6.26.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"caniuse-lite": "^1.0.30000989",
"chartkick": "^3.2.1",
"fstream": "^1.0.12",
"highcharts": "^8.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"mem": "^5.1.1",
"mixin-deep": "^2.0.1",
"set-value": "^3.0.1",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"devDependencies": {
"husky": "^4.3.4",
"lint-staged": "^10.5.3",
"webpack-dev-server": "^3.8.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.rb": "rubocop -a"
}
}