Files
standardnotes-app-web/packages/styles/package.json
Mo e0794e4ad9 refactor: add checklist editor source (#1085)
* refactor: add checklist editor source

* chore: merge develop
2022-06-10 17:42:57 -05:00

26 lines
594 B
JSON

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