aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 43055fa6bc7896b864eb955059d3b17fcc1edeb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "private": true,
  "workspaces": [
    "actioncable",
    "actiontext",
    "activestorage",
    "actionview",
    "tmp/templates/app_template",
    "railties/test/fixtures/tmp/bukkits/**/test/dummy",
    "railties/test/fixtures/tmp/bukkits/**/spec/dummy"
  ],
  "dependencies": {
    "webpack": "^4.17.1"
  }
}