Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI d5ec7d41b9 chore(release): publish
- @standardnotes/clipper@1.1.22
 - @standardnotes/desktop@3.106.31
 - @standardnotes/icons@1.10.10
 - @standardnotes/mobile@3.53.31
 - @standardnotes/releases@1.4.299
 - @standardnotes/snjs@2.168.10
 - @standardnotes/styles@1.7.7
 - @standardnotes/toast@1.3.29
 - @standardnotes/ui-services@1.26.8
 - @standardnotes/web@3.159.16
2023-05-16 15:30:01 +00:00

27 lines
613 B
JSON

{
"name": "@standardnotes/styles",
"version": "1.7.7",
"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": "*"
}
}