Files
dolt/js/perf/viewer/package.json
T
2017-01-31 13:39:31 -08:00

23 lines
757 B
JSON

{
"name": "perf-viewer",
"license": "Apache-2.0",
"scripts": {
"preinstall": "cp ../../noms/.babelrc ../.eslintrc.js ../../noms/.flowconfig .",
"prepublish": "yarn run build",
"start": "python node_modules/@attic/webpack-config/run.py --src src/main.js --out out.js development",
"build": "python node_modules/@attic/webpack-config/run.py --src src/main.js --out out.js production",
"test": "eslint src/ && flow src/"
},
"dependencies": {
"@attic/noms": "file:../../noms",
"@attic/webpack-config": "^2.2.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-preset-noms": "1.0.1",
"eslint": "^3.13.1",
"eslint-config-noms": "1.0.0",
"flow-bin": "^0.38.0",
"webpack": "^1.14.0"
}
}