* refactor(wip): separate components files into zips and assets dir * refactor(wip): use new components package and cdn in mobile * chore: add components to metro config * chore: bump snjs with new web assets path * refactor: exclude package.json files recursively from being copied into components dist folder to avoid conflicts with react native duplicates
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"name": "@standardnotes/components-meta",
|
|
"version": "2.1.0-alpha.6",
|
|
"private": true,
|
|
"main": "dist",
|
|
"workspaces": {
|
|
"packages": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"components:clean": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:clean",
|
|
"components:lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:lint",
|
|
"components:test": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:test",
|
|
"components:compile": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:compile",
|
|
"package": "node scripts/package.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@standardnotes/deterministic-zip": "^1.2.0",
|
|
"@standardnotes/eslint-config-extensions": "^1.0.4",
|
|
"@standardnotes/features": "^1.45.1",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"minimatch": "^5.1.0",
|
|
"node-sass": "7.0.1",
|
|
"sass": "^1.52.3",
|
|
"webpack": "^5.73.0",
|
|
"webpack-remove-empty-scripts": "^0.8.0"
|
|
}
|
|
}
|