- @standardnotes/api@1.19.5 - @standardnotes/desktop@3.23.279 - @standardnotes/encryption@1.19.5 - @standardnotes/features@1.54.3 - @standardnotes/filepicker@1.25.5 - @standardnotes/files@1.12.5 - @standardnotes/mobile@3.45.28 - @standardnotes/models@1.34.7 - @standardnotes/releases@1.3.210 - @standardnotes/responses@1.12.3 - @standardnotes/services@1.42.4 - @standardnotes/sncrypto-common@1.13.1 - @standardnotes/sncrypto-web@1.14.1 - @standardnotes/snjs@2.147.6 - @standardnotes/styles@1.6.4 - @standardnotes/toast@1.3.6 - @standardnotes/ui-services@1.13.4 - @standardnotes/utils@1.11.1 - @standardnotes/web@3.93.10
27 lines
613 B
JSON
27 lines
613 B
JSON
{
|
|
"name": "@standardnotes/styles",
|
|
"version": "1.6.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.5.3",
|
|
"node-sass": "^7.0.3",
|
|
"prettier": "*",
|
|
"sass": "^1.52.3",
|
|
"sass-loader": "*",
|
|
"style-loader": "~3.3.1",
|
|
"typescript": "*",
|
|
"webpack": "*"
|
|
}
|
|
}
|