aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: e5c71777ba0db1a989bee5da393a5b868a3d7984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "private": true,
  "workspaces": [
    "actioncable",
    "actiontext",
    "activestorage",
    "actionview"
  ],
  "dependencies": {
    "webpack": "^4.17.1"
  }
}