mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
99 lines
3.1 KiB
JSON
99 lines
3.1 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": {
|
|
"flow": "flow",
|
|
"lint": "eslint .",
|
|
"build": "webpack --config ./config/webpack/webpack.config.js"
|
|
},
|
|
"postinstall": "./engines_yarn_install.js",
|
|
"devDependencies": {
|
|
"@webpack-cli/serve": "^1.7.0",
|
|
"eslint": "^5.14.1",
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
"eslint-config-airbnb-base": "^13.0.0",
|
|
"eslint-config-google": "^0.9.1",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-flowtype": "^2.50.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-jquery": "^1.3.1",
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
"eslint-plugin-prettier": "^2.6.2",
|
|
"eslint-plugin-react": "^7.10.0",
|
|
"flow-bin": "^0.56.0",
|
|
"flow-typed": "3.8.0",
|
|
"prettier": "^1.13.7",
|
|
"prettier-eslint": "15.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.21.3",
|
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
|
"@joeattardi/emoji-button": "^4.6.2",
|
|
"ajv": "6.12.6",
|
|
"autoprefixer": "10.4.14",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"bootstrap-sass": "^3.3.7",
|
|
"bwip-js": "^3.0.1",
|
|
"compression-webpack-plugin": "8.0.1",
|
|
"croppie": "^2.6.4",
|
|
"css-loader": "^6.7.3",
|
|
"decimal.js": "^10.3.1",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"glob": "^7.1.2",
|
|
"immutability-helper": "^2.7.1",
|
|
"inputmask": "^5.0.0",
|
|
"intl": "^1.2.5",
|
|
"js-yaml": "^3.12.0",
|
|
"jsdom": "16.6.0",
|
|
"lodash": "^4.17.21",
|
|
"mini-css-extract-plugin": "^2.7.5",
|
|
"node-gyp": "9.3.1",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"pdfjs-dist": "^2.5.207",
|
|
"postcss": "8.2.15",
|
|
"postcss-loader": "5.3.0",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "1.60.0",
|
|
"sass-loader": "^10.4.1",
|
|
"style-loader": "2.0.0",
|
|
"tinymce": "^6.1.2",
|
|
"tui-code-snippet": "^1.5.0",
|
|
"tui-color-picker": "^2.2.0",
|
|
"tui-image-editor": "github:biosistemika/tui.image-editor#3_15_2_updated",
|
|
"twemoji": "^12.1.4",
|
|
"vue": "^2.6.11",
|
|
"vue-loader": "^15.9.1",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vue-turbolinks": "^2.2.1",
|
|
"vue2-perfect-scrollbar": "^1.5.56",
|
|
"vuedraggable": "^2.24.3",
|
|
"webpack": "^5.64.4",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-manifest-plugin": "^1.3.2",
|
|
"webpack-merge": "^4.1.3",
|
|
"webpack-remove-empty-scripts": "^1.0.1"
|
|
},
|
|
"resolutions": {
|
|
"extract-text-webpack-plugin/**/ajv": "6.12.6",
|
|
"tui-image-editor/**/jsdom": "16.6.0"
|
|
}
|
|
}
|