mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 11:39:05 -05:00
28 lines
883 B
JSON
28 lines
883 B
JSON
{
|
|
"name": "noms-splore",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"preinstall": "cp ../.babelrc ../.eslintrc.js ../.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",
|
|
"postbuild": "cp node_modules/graphiql/graphiql.css .",
|
|
"test": "eslint src/ && flow src/"
|
|
},
|
|
"dependencies": {
|
|
"@attic/webpack-config": "^2.2.0",
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "^6.21.0",
|
|
"babel-preset-noms": "1.0.1",
|
|
"eslint": "^3.13.1",
|
|
"eslint-config-noms": "1.0.0",
|
|
"flow-bin": "^0.39.0",
|
|
"graphiql": "^0.9.3",
|
|
"graphql": "^0.9.1",
|
|
"react": "^15.2.0",
|
|
"react-dom": "^15.2.0",
|
|
"webpack": "^1.14.0"
|
|
}
|
|
}
|