Files
dolt/samples/js/package.json
2016-10-08 10:14:09 -07:00

49 lines
1.5 KiB
JSON

{
"name": "noms-samples",
"version": "0.0.0",
"description": "Shared node modules",
"license": "Apache-2.0",
"dependencies": {
"@attic/eslintrc": "^3.1.0",
"@attic/noms": "file:../../js/noms",
"@attic/webpack-config": "^2.1.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-generator": "^6.14.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-flow": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-plugin-transform-es2015-parameters": "^6.11.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-regenerator-runtime": "^6.5.0",
"babel-runtime": "^6.11.6",
"babylon": "^6.11.1",
"chai": "^3.5.0",
"classnames": "^2.1.3",
"common-tags": "^1.3.1",
"csv": "^1.1.0",
"flickr-oauth-and-upload": "^0.8.0",
"flow-bin": "^0.32.0",
"http-server": "^0.9.0",
"humanize": "^0.0.9",
"mocha": "^2.5.3",
"mz": "^2.4.0",
"node-fetch": "^1.5.2",
"oauth": "^0.9.14",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"request": "^2.72.0",
"varint": "^4.0.0",
"yargs": "^4.7.1"
},
"scripts": {
"preinstall": "ln -sf ../../js/noms/.babelrc && ln -sf ../../js/noms/.flowconfig",
"test": "exit 0"
}
}