{ "name": "@notesnook/theme-builder", "description": "Your private note taking space", "version": "1.4.0", "private": true, "main": "./src/app.js", "homepage": "https://notesnook.com/", "repository": "https://github.com/streetwriters/notesnook", "license": "GPL-3.0-or-later", "dependencies": { "@emotion/react": "11.11.1", "@mdi/js": "^7.2.96", "@mdi/react": "^1.6.1", "@notesnook/common": "file:../../packages/common", "@notesnook/intl": "file:../../packages/intl", "@notesnook/theme": "file:../../packages/theme", "@notesnook/web": "file:../web", "@streetwriters/kysely": "^0.27.4", "@theme-ui/components": "^0.14.7", "@theme-ui/core": "^0.14.7", "@trpc/client": "10.45.2", "@types/react-dom": "^18.3.0", "clipboard-polyfill": "^4.0.0", "dayjs": "1.11.13", "file-saver": "^2.0.5", "katex": "^0.16.2", "react": "18.2.0", "react-dom": "18.2.0", "react-modal": "3.16.3", "@lingui/core": "5.1.2" }, "devDependencies": { "vite": "5.4.11" }, "overrides": { "@theme-ui/components@>0": "0.14.7", "@theme-ui/core@>0": "0.14.7" }, "scripts": { "start": "cross-env PLATFORM=web THEME_BUILDER=true vite -c ../web/vite.config.ts", "build": "cross-env PLATFORM=web THEME_BUILDER=true vite -c ../web/vite.config.ts build" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all", "ie >= 9" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version", "last 3 ie version", "last 4 edge version" ] }, "author": { "name": "Streetwriters (Private) Limited", "email": "support@streetwriters.co", "url": "https://streetwriters.co" } }