{ "name": "@standardnotes/web", "version": "3.177.5", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.", "private": true, "files": [ "dist" ], "scripts": { "build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc", "clean": "rm -fr dist", "format": "prettier --write src/javascripts", "lint": "eslint src/javascripts && yarn tsc", "lint:fix": "eslint src/javascripts --fix", "start": "webpack-dev-server --config web.webpack.dev.js", "start-secure": "yarn start --https", "test": "jest --config jest.config.js", "tsc": "tsc --project tsconfig.json", "upgrade:snjs": "ncu -u '@standardnotes/*'", "watch": "webpack -w --config web.webpack.dev.js", "copy:components": "node scripts/CopyComponents.mjs" }, "devDependencies": { "@babel/core": "*", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-react-jsx": "^7.19.0", "@babel/preset-env": "*", "@babel/preset-typescript": "^7.21.5", "@lexical/react": "0.12.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@simplewebauthn/browser": "^8.0.2", "@standardnotes/authenticator": "^2.4.0", "@standardnotes/autobiography-theme": "^1.2.7", "@standardnotes/bold-editor": "^1.6.4", "@standardnotes/classic-code-editor": "^1.5.7", "@standardnotes/dynamic-theme": "^1.2.8", "@standardnotes/filepicker": "workspace:*", "@standardnotes/focus-theme": "^1.4.6", "@standardnotes/futura-theme": "^1.4.6", "@standardnotes/icons": "workspace:*", "@standardnotes/markdown-basic": "^1.6.2", "@standardnotes/markdown-hybrid": "^1.7.7", "@standardnotes/markdown-math": "^1.4.2", "@standardnotes/markdown-minimal": "^1.3.0", "@standardnotes/markdown-visual": "^1.3.2", "@standardnotes/midnight-theme": "^1.4.6", "@standardnotes/rich-text": "^1.8.7", "@standardnotes/simple-task-editor": "^1.5.8", "@standardnotes/sncrypto-web": "workspace:*", "@standardnotes/snjs": "workspace:*", "@standardnotes/solarized-dark-theme": "^1.4.6", "@standardnotes/spreadsheets": "^1.8.1", "@standardnotes/styles": "workspace:*", "@standardnotes/titanium-theme": "^1.4.7", "@standardnotes/toast": "workspace:*", "@standardnotes/ui-services": "workspace:^", "@types/jest": "^29.2.4", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@types/wicg-file-system-access": "^2020.9.5", "@zip.js/zip.js": "^2.6.60", "autoprefixer": "^10.4.13", "babel-loader": "^9.1.2", "circular-dependency-plugin": "^5.2.2", "copy-webpack-plugin": "^11.0.0", "css-loader": "*", "dayjs": "^1.11.9", "dotenv": "^16.0.3", "eslint": "*", "eslint-config-prettier": "^8.9.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "html-webpack-plugin": "^5.5.3", "identity-obj-proxy": "^3.0.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "lexical": "0.12.2", "lint-staged": ">=13", "mini-css-extract-plugin": "^2.7.2", "minimatch": "^5.1.1", "mobx": "^6.8.0", "mobx-react-lite": "^3.4.2", "node-sass": "^8.0.0", "npm-check-updates": "*", "postcss": "^8.4.19", "postcss-loader": "^7.0.2", "prettier": "*", "prettier-plugin-tailwindcss": "^0.5.3", "qrcode.react": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-refresh": "^0.14.0", "sass-loader": "*", "svg-jest": "^1.0.1", "tailwindcss": "^3.3.3", "ts-jest": "^29.0.3", "ts-loader": "^9.4.2", "typescript": "*", "webextension-polyfill": "^0.10.0", "webpack": "*", "webpack-dev-server": "*", "webpack-merge": "*" }, "lint-staged": { "app/**/*.{js,ts,jsx,tsx}": "eslint --cache --fix", "app/**/*.{js,ts,jsx,tsx,css,md}": "prettier --write" }, "dependencies": { "@ariakit/react": "^0.3.5", "@lexical/headless": "0.12.2", "@radix-ui/react-slot": "^1.0.1", "fast-diff": "^1.3.0" } }