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,43 @@
{
"name": "@standardnotes/spreadsheets",
"private": true,
"version": "1.4.4",
"main": "dist/dist.js",
"scripts": {
"custom:lint": "eslint app/ --ext .js",
"custom:lint:fix": "npm run lint -- --fix",
"compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
},
"sn": {
"main": "dist/index.html"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.10.1",
"@standardnotes/component-relay": "2.2.0",
"@standardnotes/eslint-config-extensions": "^1.0.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"eslint": "*",
"eslint-plugin-react": "^7.24.0",
"mini-css-extract-plugin": "^2.0.0",
"node-sass": "*",
"react": "16.x",
"react-dom": "16.x",
"sass-loader": "^11.0.1",
"sn-stylekit": "2.0.22",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "*",
"webpack-cli": "*",
"webpack-dev-server": "3.11.0",
"webpack-merge": "^5.8.0"
}
}