mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.2 KiB
77 lines
2.2 KiB
{
|
|
"name": "docuseal",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "7.21.8",
|
|
"@babel/plugin-transform-runtime": "7.21.4",
|
|
"@babel/preset-env": "7.21.5",
|
|
"@babel/runtime": "7.21.5",
|
|
"@braintree/sanitize-url": "^7.1.1",
|
|
"@codemirror/lang-html": "^6.4.9",
|
|
"@eid-easy/eideasy-widget": "^2.171.0",
|
|
"@github/catalyst": "^2.0.0-beta",
|
|
"@hotwired/turbo": "https://github.com/docusealco/turbo#main",
|
|
"@hotwired/turbo-rails": "^7.3.0",
|
|
"@specious/htmlflow": "^1.1.0",
|
|
"@tabler/icons-vue": "^2.47.0",
|
|
"autocompleter": "^9.1.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-loader": "9.1.2",
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"canvas-confetti": "^1.6.0",
|
|
"codemirror": "^6.0.2",
|
|
"compression-webpack-plugin": "10.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
"daisyui": "^3.9.4",
|
|
"driver.js": "^1.3.5",
|
|
"mathjs": "^12.4.0",
|
|
"mini-css-extract-plugin": "^2.7.5",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-loader": "^7.3.0",
|
|
"qr-creator": "^1.0.0",
|
|
"rollbar": "^2.26.4",
|
|
"sass": "^1.62.1",
|
|
"sass-loader": "^13.2.2",
|
|
"shakapacker": "8.0.0",
|
|
"signature_pad": "^4.1.5",
|
|
"snarkdown": "^2.0.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"terser-webpack-plugin": "5.3.8",
|
|
"uuid": "^9.0.0",
|
|
"vue": "^3.3.2",
|
|
"vue-loader": "^17.1.1",
|
|
"webpack": "5.94.0",
|
|
"webpack-assets-manifest": "5",
|
|
"webpack-bundle-analyzer": "^4.7.0",
|
|
"webpack-cli": "5.1.1",
|
|
"webpack-dev-server": "^4.15.0",
|
|
"webpack-merge": "5"
|
|
},
|
|
"packageManager": "yarn@1.0",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"eslint": "./node_modules/eslint/bin/eslint.js \"app/javascript/**/*.{js,vue}\" --fix"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"./node_modules/shakapacker/package/babel/preset.js"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"last 5 years"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.21.8",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.12.0"
|
|
}
|
|
}
|