Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI c48e2c22b6 chore(release): publish
- @standardnotes/desktop@3.104.88
 - @standardnotes/docs@0.2.9
 - @standardnotes/mobile@3.50.24
 - @standardnotes/releases@1.4.111
 - @standardnotes/snjs@2.163.5
 - @standardnotes/styles@1.7.4
 - @standardnotes/ui-services@1.24.3
 - @standardnotes/web@3.138.3
2023-01-16 19:30:53 +00:00

27 lines
613 B
JSON

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