Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI e9eff74fdb chore(release): publish
- @standardnotes/components-meta@2.5.7
 - @standardnotes/desktop@3.23.19
 - @standardnotes/mobile@3.25.15
 - @standardnotes/releases@1.2.29
 - @standardnotes/styles@1.4.2
 - @standardnotes/web-server@1.2.43
 - @standardnotes/web@3.27.7
 - @standardnotes/markdown-visual@1.1.1
 - @standardnotes/authenticator@2.2.1
2022-06-30 00:25:46 +00:00

27 lines
604 B
JSON

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