Current section
Files
Jump to
Current section
Files
package.json
{
"name": "thesis",
"version": "0.0.23-dev",
"main": "./priv/static/thesis.js",
"repository": {},
"license": "MIT",
"devDependencies": {
"babel-brunch": "~6.0.0",
"babel-preset-react": "^6.5.0",
"brunch": "^2.8.2",
"clean-css-brunch": "^2.0",
"css-brunch": "^2.6",
"medium-editor": "^5.14.4",
"node-sass": "^3.4.1",
"react": "15.2.1",
"react-dom": "15.2.1",
"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-editor.js",
"doc/*"
]
},
"scripts": {}
}