aboutsummaryrefslogtreecommitdiffstats
path: root/FMark/package.json
blob: 3ea0b873b11a11eb281a73fa0af70ebfb6f2ce35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "private": true,
  "scripts": {
    "dev": "webpack",
    "build": "webpack -p",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "babel-core": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-preset-env": "1.6.1",
    "fable-loader": "1.1.6",
    "fable-utils": "1.0.6",
    "webpack": "3.8.1"
  }
}