Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI b042326301 chore(release): publish
- @standardnotes/components-meta@2.5.6
 - @standardnotes/desktop@3.23.18
 - @standardnotes/mobile@3.25.14
 - @standardnotes/releases@1.2.28
 - @standardnotes/styles@1.4.1
 - @standardnotes/web-server@1.2.42
 - @standardnotes/web@3.27.6
 - @standardnotes/markdown-visual@1.1.0
 - @standardnotes/authenticator@2.2.0
 - @standardnotes/autobiography-theme@1.1.0
 - @standardnotes/focus-theme@1.3.0
 - @standardnotes/futura-theme@1.3.0
 - @standardnotes/midnight-theme@1.3.0
 - @standardnotes/solarized-dark-theme@1.3.1
 - @standardnotes/titanium-theme@1.3.0
2022-06-29 19:38:02 +00:00

27 lines
604 B
JSON

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