Current section

Files

Jump to
thesis package.json
Raw

package.json

{
"name": "thesis",
"version": "0.0.29",
"repository": {},
"license": "MIT",
"devDependencies": {
"babel-brunch": "~6.1.1",
"babel-jest": "^19.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"brunch": "^2.8.2",
"clean-css-brunch": "^2.0",
"css-brunch": "^2.6",
"jest": "^19.0.2",
"medium-editor": "^5.22.0",
"node-sass": "^3.10.0",
"react": "^15.3.1",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "^15.3.1",
"react-test-renderer": "^15.4.2",
"sass-brunch": "^2.6.3",
"uglify-js-brunch": "^2.0.1",
"whatwg-fetch": "^1.0.0"
},
"files": [
"package.json",
"priv/static/thesis.js"
],
"standard": {
"ignore": [
"web/static/js/utilities/ospry.js",
"priv/static/thesis.js",
"doc/*"
]
},
"scripts": {
"test": "jest"
},
"dependencies": {}
}