Files
standardnotes-app-web/packages/styles/package.json

27 lines
613 B
JSON

{
"name": "@standardnotes/styles",
"version": "1.6.4",
"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": "^7.0.3",
"prettier": "*",
"sass": "^1.52.3",
"sass-loader": "*",
"style-loader": "~3.3.1",
"typescript": "*",
"webpack": "*"
}
}