- @standardnotes/api@1.19.4 - @standardnotes/desktop@3.23.278 - @standardnotes/encryption@1.19.4 - @standardnotes/features@1.54.2 - @standardnotes/filepicker@1.25.4 - @standardnotes/files@1.12.4 - @standardnotes/mobile@3.45.27 - @standardnotes/models@1.34.6 - @standardnotes/releases@1.3.209 - @standardnotes/responses@1.12.2 - @standardnotes/services@1.42.3 - @standardnotes/snjs@2.147.5 - @standardnotes/styles@1.6.3 - @standardnotes/ui-services@1.13.3 - @standardnotes/web@3.93.9
27 lines
613 B
JSON
27 lines
613 B
JSON
{
|
|
"name": "@standardnotes/styles",
|
|
"version": "1.6.3",
|
|
"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": "^7.0.3",
|
|
"prettier": "*",
|
|
"sass": "^1.52.3",
|
|
"sass-loader": "*",
|
|
"style-loader": "~3.3.1",
|
|
"typescript": "*",
|
|
"webpack": "*"
|
|
}
|
|
}
|