Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI e97e788b5f chore(release): publish
- @standardnotes/clipper@1.1.435
 - @standardnotes/desktop@3.110.37
 - @standardnotes/mobile@3.58.94
 - @standardnotes/releases@1.4.730
 - @standardnotes/styles@1.8.2
 - @standardnotes/ui-services@1.37.4
 - @standardnotes/web@3.191.23
2024-03-13 18:48:39 +00:00

27 lines
613 B
JSON

{
"name": "@standardnotes/styles",
"version": "1.8.2",
"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",
"node-sass": "^8.0.0",
"prettier": "*",
"sass": "^1.56.1",
"sass-loader": "*",
"style-loader": "~3.3.1",
"typescript": "*",
"webpack": "*"
}
}