- @standardnotes/components@0.3.0-alpha.1 - @standardnotes/desktop@3.22.3-alpha.1 - @standardnotes/icons@1.4.1-alpha.1 - @standardnotes/mobile@3.23.1-alpha.1 - @standardnotes/styles@1.2.2-alpha.1 - @standardnotes/toast@1.2.1-alpha.1 - @standardnotes/web-server@1.2.7-alpha.1 - @standardnotes/web@3.22.3-alpha.1
27 lines
623 B
JSON
27 lines
623 B
JSON
{
|
|
"name": "@standardnotes/styles",
|
|
"version": "1.2.2-alpha.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": "*",
|
|
"prettier": "*",
|
|
"sass-loader": "^12.6.0",
|
|
"style-loader": "~3.3.1",
|
|
"typescript": "*",
|
|
"webpack": "*"
|
|
}
|
|
}
|