mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-08 02:36:27 -05:00
8ffcc4f89e
* clients/counter -> clients/go/counter * remove last little bit of crunchbase * clients/csv -> clients/go/csv and other cleanups * clients/flags -> clients/go/flags * clients/fs -> clients/js/fs and other cleanups * clients/json_importer -> clients/go/json-import * move clients/plotly_bar_chart -> clients/js/bar-chart * move clients/server -> clients/go/server * move clients/shove -> clients/go/shove * move clients/splore -> client/js/splore * move clients/struct-by-name -> clients/js/struct-by-name * move clients/test_util -> clients/go/test_util * move clients/url-fetch -> clients/js/url-fetch * move clients/util -> clients/go/util * move clients/xml_importer -> clients/xml
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"name": "noms-splore",
|
|
"devDependencies": {
|
|
"@attic/eslintrc": "^1.0.0",
|
|
"@attic/noms": "^24.0.0",
|
|
"@attic/webpack-config": "^2.1.0",
|
|
"babel-cli": "6.6.5",
|
|
"babel-core": "6.7.2",
|
|
"babel-generator": "6.7.2",
|
|
"babel-plugin-syntax-async-functions": "6.5.0",
|
|
"babel-plugin-syntax-flow": "6.5.0",
|
|
"babel-plugin-transform-async-to-generator": "6.7.0",
|
|
"babel-plugin-transform-class-properties": "6.6.0",
|
|
"babel-plugin-transform-es2015-destructuring": "6.6.5",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
|
|
"babel-plugin-transform-es2015-parameters": "6.7.0",
|
|
"babel-plugin-transform-runtime": "^6.6.0",
|
|
"babel-preset-es2015": "6.6.0",
|
|
"babel-preset-react": "6.5.0",
|
|
"babel-regenerator-runtime": "6.5.0",
|
|
"classnames": "^2.1.3",
|
|
"flow-bin": "^0.24.1",
|
|
"http-server": "^0.8.5",
|
|
"react-dom": "^0.14.1",
|
|
"react": "^0.14.1",
|
|
"chai": "3.5.0",
|
|
"mocha": "2.4.5"
|
|
},
|
|
"scripts": {
|
|
"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/"
|
|
}
|
|
}
|