Current section
Files
Jump to
Current section
Files
package.json
{
"name": "thesis",
"version": "0.2.0",
"repository": {},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-jest": "^19.0.0",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.28.2",
"extract-text-webpack-plugin": "^2.1.0",
"jest": "^19.0.2",
"medium-editor": "^5.22.0",
"node-sass": "^4.5.3",
"react": "^15.3.1",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "^15.3.1",
"react-test-renderer": "^15.4.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"webpack": "^2.6.0",
"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": {
"watch": "webpack --watch-stdin --progress --color",
"webpack": "webpack -p",
"test": "jest"
},
"dependencies": {}
}