- @standardnotes/components-meta@2.5.6 - @standardnotes/desktop@3.23.18 - @standardnotes/mobile@3.25.14 - @standardnotes/releases@1.2.28 - @standardnotes/styles@1.4.1 - @standardnotes/web-server@1.2.42 - @standardnotes/web@3.27.6 - @standardnotes/markdown-visual@1.1.0 - @standardnotes/authenticator@2.2.0 - @standardnotes/autobiography-theme@1.1.0 - @standardnotes/focus-theme@1.3.0 - @standardnotes/futura-theme@1.3.0 - @standardnotes/midnight-theme@1.3.0 - @standardnotes/solarized-dark-theme@1.3.1 - @standardnotes/titanium-theme@1.3.0
27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "@standardnotes/styles",
|
|
"version": "1.4.1",
|
|
"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": "*"
|
|
}
|
|
}
|