mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "scinote-web",
|
|
"version": "1.0.0",
|
|
"description": "![sciNote logo](http://scinote.net/wp-content/uploads/2015/10/logo_sciNote_final.png)",
|
|
"main": "application.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/biosistemika/scinote-web.git"
|
|
},
|
|
"author": "SEE AUTHORS AT https://github.com/biosistemika/scinote-web/graphs/contributors",
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"bugs": {
|
|
"url": "https://scinote.atlassian.net/"
|
|
},
|
|
"homepage": "https://github.com/biosistemika/scinote-web#readme",
|
|
"files": [
|
|
".eslintrc.json"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.7.1",
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
"eslint-config-google": "^0.5.0",
|
|
"eslint-config-prettier": "^2.3.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-prettier": "^2.1.2",
|
|
"eslint-plugin-react": "^7.1.0",
|
|
"prettier": "^1.5.3",
|
|
"webpack-dev-server": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^7.1.2",
|
|
"axios": "^0.16.2",
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "7.x",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"coffee-loader": "^0.7.3",
|
|
"coffee-script": "^1.12.6",
|
|
"compression-webpack-plugin": "^0.4.0",
|
|
"css-loader": "^0.28.4",
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
"file-loader": "^0.11.2",
|
|
"glob": "^7.1.2",
|
|
"immutable": "^3.8.1",
|
|
"js-yaml": "^3.9.0",
|
|
"lodash": "^4.17.4",
|
|
"node-sass": "^4.5.3",
|
|
"path-complete-extname": "^0.1.0",
|
|
"postcss-loader": "^2.0.6",
|
|
"postcss-smart-import": "^0.7.5",
|
|
"precss": "^2.0.0",
|
|
"prop-types": "^15.5.10",
|
|
"rails-erb-loader": "^5.0.2",
|
|
"react": "^15.6.1",
|
|
"react-bootstrap": "^0.31.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-intl": "^2.3.0",
|
|
"react-intl-redux": "^0.6.0",
|
|
"react-redux": "^5.0.5",
|
|
"react-router-bootstrap": "^0.24.2",
|
|
"react-router-dom": "^4.1.2",
|
|
"redux": "^3.7.2",
|
|
"redux-thunk": "^2.2.0",
|
|
"resolve-url-loader": "^2.1.0",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.18.2",
|
|
"styled-components": "^2.1.1",
|
|
"webpack": "^3.2.0",
|
|
"webpack-manifest-plugin": "^1.1.2",
|
|
"webpack-merge": "^4.1.0"
|
|
}
|
|
}
|