Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI e7e90eb350 chore(release): publish
- @standardnotes/components-meta@2.2.2-alpha.0
 - @standardnotes/desktop@3.22.16-alpha.0
 - @standardnotes/mobile@3.24.2-alpha.0
 - @standardnotes/releases@1.2.2-alpha.1
 - @standardnotes/styles@1.3.1-alpha.0
 - @standardnotes/web-server@1.2.18-alpha.0
 - @standardnotes/web@3.24.3-alpha.0
 - @standardnotes/markdown-visual@1.0.12-alpha.0
 - @standardnotes/authenticator@2.1.2-alpha.0
2022-06-23 20:11:32 +00:00

27 lines
612 B
JSON

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