scinote-web/package.json

101 lines
3.1 KiB
JSON
Raw Normal View History

{
"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/scinote-eln/scinote-web.git"
},
"author": "SEE AUTHORS AT https://github.com/scinote-eln/scinote-web/graphs/contributors",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://scinote.atlassian.net/"
},
"homepage": "https://github.com/scinote-eln/scinote-web#readme",
"scripts": {
2023-07-06 19:19:28 +08:00
"build": "webpack --config ./config/webpack/webpack.config.js",
"build:css": "./bin/build-css"
},
"postinstall": "./engines_yarn_install.js",
"devDependencies": {
2023-03-31 18:11:57 +08:00
"@webpack-cli/serve": "^1.7.0",
2023-08-10 20:32:35 +08:00
"less": "^4.2.0",
"less-loader": "^11.1.3",
"prettier": "^1.13.7"
2017-07-12 22:41:55 +08:00
},
"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",
"@teselagen/ove": "^0.3.23",
2023-10-24 18:54:58 +08:00
"@vue/compiler-sfc": "^3.3.4",
2023-10-25 19:16:34 +08:00
"@vuepic/vue-datepicker": "^7.2.0",
2023-11-09 19:40:06 +08:00
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"ajv": "6.12.6",
"autoprefixer": "10.4.14",
"axios": "^1.6.0",
2023-03-31 18:11:57 +08:00
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.1.0",
2023-07-05 17:48:22 +08:00
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.13.18",
"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",
2018-07-27 23:17:33 +08:00
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
2017-07-12 22:41:55 +08:00
"glob": "^7.1.2",
2023-07-05 17:48:22 +08:00
"hammerjs": "^2.0.8",
2018-07-27 23:17:33 +08:00
"immutability-helper": "^2.7.1",
2019-12-11 16:26:38 +08:00
"inputmask": "^5.0.0",
2017-10-12 19:50:48 +08:00
"intl": "^1.2.5",
2023-08-08 16:56:04 +08:00
"jquery": "3.7.0",
2023-07-05 17:48:22 +08:00
"jquery-autosize": "^1.18.18",
"jquery-migrate": "^3.4.1",
2023-07-05 17:48:22 +08:00
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.13.2",
"jquery-ujs": "^1.2.3",
2018-07-27 23:17:33 +08:00
"js-yaml": "^3.12.0",
"jsdom": "16.6.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
2023-07-05 17:48:22 +08:00
"moment": "^2.29.4",
"momentjs": "^2.0.0",
"node-gyp": "9.3.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"pdfjs-dist": "^2.5.207",
"postcss": "8.4.31",
"postcss-loader": "5.3.0",
"puppeteer": "npm:puppeteer-core",
"puppeteer-core": "^21.3.8",
2023-01-11 22:28:09 +08:00
"raw-loader": "^4.0.2",
2023-07-06 19:19:28 +08:00
"sass": "^1.63.6",
2023-03-31 18:11:57 +08:00
"sass-loader": "^10.4.1",
"style-loader": "2.0.0",
"tinymce": "^6.7.3",
"tui-code-snippet": "^1.5.0",
"tui-color-picker": "^2.2.0",
"tui-image-editor": "github:scinote-eln/tui.image-editor#3_15_2_updated",
2020-01-21 18:43:04 +08:00
"twemoji": "^12.1.4",
2023-10-24 18:54:58 +08:00
"vue": "^3.3.4",
"vue-loader": "^16.0.0",
"vue3-draggable-resizable": "^1.6.5",
2023-10-24 18:54:58 +08:00
"vue3-perfect-scrollbar": "^1.6.1",
2023-11-02 17:38:33 +08:00
"vuedraggable": "^4.1.0",
"webpack": "^5.64.4",
2023-03-31 18:11:57 +08:00
"webpack-cli": "^4.10.0",
2018-07-27 23:17:33 +08:00
"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"
}
}