Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI ab0069cd68 chore(release): publish
- @standardnotes/components-meta@2.7.23
 - @standardnotes/desktop@3.23.263
 - @standardnotes/mobile@3.45.12
 - @standardnotes/releases@1.3.194
 - @standardnotes/services@1.39.2
 - @standardnotes/snjs@2.145.3
 - @standardnotes/styles@1.6.1
 - @standardnotes/ui-services@1.10.8
 - @standardnotes/web@3.90.9
 - @standardnotes/markdown-visual@1.1.5
 - @standardnotes/authenticator@2.2.7
2022-11-01 17:11:32 +00:00

27 lines
604 B
JSON

{
"name": "@standardnotes/styles",
"version": "1.6.1",
"private": true,
"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.5.3",
"node-sass": "*",
"prettier": "*",
"sass-loader": "*",
"style-loader": "~3.3.1",
"typescript": "*",
"webpack": "*"
}
}