Files
standardnotes-app/packages/styles/package.json
StandardNotes CI 4ba75757f6 chore(release): publish
- @standardnotes/clipper@1.1.475
 - @standardnotes/desktop@3.110.78
 - @standardnotes/mobile@3.58.134
 - @standardnotes/releases@1.4.771
 - @standardnotes/styles@1.8.4
 - @standardnotes/ui-services@1.37.18
 - @standardnotes/web@3.194.11
2024-06-22 12:18:40 +00:00

26 lines
586 B
JSON

{
"name": "@standardnotes/styles",
"version": "1.8.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "webpack --mode='production' && yarn run tsc",
"start": "webpack --watch --mode='development'",
"lint": "prettier --check *.js"
},
"devDependencies": {
"css-loader": "*",
"eslint": "*",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "*",
"sass": "^1.77.6",
"sass-loader": "*",
"style-loader": "~3.3.1",
"typescript": "*",
"webpack": "*"
}
}