mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 19:39:32 -05:00
23 lines
757 B
JSON
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"
|
|
}
|
|
}
|