Newer
Older
{
"name": "scipost_v1",
"version": "1.0.0",
"description": "SciPost's frontend dependencies",
"main": "scipost.js",
"directories": {
"doc": "docs"
},
"scripts": {
"webpack-dev": "./node_modules/.bin/webpack --config webpack.dev.js",
"webpack-dev-live": "./node_modules/.bin/webpack --config webpack.dev.js --watch",
"webpack-stag": "./node_modules/.bin/webpack --config webpack.stag.js",
"webpack-prod": "./node_modules/.bin/webpack --config webpack.prod.js"
"url": "git+https://git.scipost.org/scipost/SciPost.git"
"homepage": "https://scipost.org",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.57.1",
"webpack-bundle-tracker": "^1.4.0",
"webpack-cli": "^4.8.0",
"@popperjs/core": "^2.10.2",
"@vue/composition-api": "^1.2.3",
"autoprefixer": "^10.3.7",
"bootstrap": "^5.1.2",
"lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^1.6.2",
"nan": "^2.15.0",
"schema-utils": "^2.5.0",
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2",
"webpack-merge": "^5.8.0",
},
"resolutions": {
"prosemirror-model": "1.8.2"