chore: optimize workflows to avoid building components each time

This commit is contained in:
Mo
2022-06-14 16:00:31 -05:00
parent 703994c16b
commit 01793365bd
400 changed files with 17000 additions and 1544 deletions

View File

@@ -0,0 +1,40 @@
{
"name": "@standardnotes/rich-text",
"private": true,
"version": "1.6.1",
"description": "A rich text editor for Standard Notes",
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",
"scripts": {
"custom:lint": "eslint --ext .js .",
"compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot"
},
"sn": {
"main": "dist/index.html"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@standardnotes/component-relay": "2.2.0",
"@standardnotes/eslint-config-extensions": "1.0.1",
"bootstrap": "3.4.1",
"css-loader": "^5.1.0",
"eslint": "^7.20.0",
"html-webpack-plugin": "^5.2.0",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "*",
"sass-loader": "^11.0.1",
"sn-stylekit": "^2.1.1",
"style-loader": "^2.0.0",
"summernote": "^0.8.18",
"webpack": "*",
"webpack-cli": "*",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"webpack-merge-and-include-globally": "^2.3.3"
}
}