- @standardnotes/api@1.9.2 - @standardnotes/components-meta@2.7.16 - @standardnotes/desktop@3.23.192 - @standardnotes/encryption@1.15.11 - @standardnotes/filepicker@1.23.11 - @standardnotes/files@1.10.11 - @standardnotes/mobile@3.39.9 - @standardnotes/models@1.23.0 - @standardnotes/releases@1.3.117 - @standardnotes/services@1.24.3 - @standardnotes/snjs@2.134.9 - @standardnotes/styles@1.5.0 - @standardnotes/ui-services@1.6.0 - @standardnotes/web@3.70.0 - @standardnotes/markdown-visual@1.1.3 - @standardnotes/authenticator@2.2.5
27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "@standardnotes/styles",
|
|
"version": "1.5.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": "*"
|
|
}
|
|
}
|