Files
standardnotes-app-web/packages/styles/package.json
StandardNotes CI 913289f7ae chore(release): publish
- @standardnotes/components-meta@0.1.1
 - @standardnotes/desktop@3.22.1
 - @standardnotes/styles@1.2.1
 - @standardnotes/web-server@1.2.1
 - @standardnotes/web@3.22.1
2022-06-10 23:59:59 +00:00

26 lines
594 B
JSON

{
"name": "@standardnotes/styles",
"version": "1.2.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": "~6.6.0",
"eslint": "*",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "*",
"sass-loader": "^12.6.0",
"style-loader": "~3.3.1",
"typescript": "*",
"webpack": "*"
}
}