Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI 535752dac0 chore(release): publish
- @standardnotes/components-meta@2.4.0
 - @standardnotes/desktop@3.23.0
 - @standardnotes/mobile@3.25.1
 - @standardnotes/releases@1.2.10
 - @standardnotes/styles@1.4.0
 - @standardnotes/toast@1.3.0
 - @standardnotes/web-server@1.2.24
 - @standardnotes/web@3.26.0
2022-06-27 21:25:20 +00:00

27 lines
604 B
JSON

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