Files
omnivore/packages/web/package.json
2022-04-04 16:03:46 -07:00

70 lines
2.1 KiB
JSON

{
"name": "@omnivore/web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_APP_ENV=local next dev",
"dev:demo": "NEXT_PUBLIC_APP_ENV=demo next dev",
"dev:dev": "NEXT_PUBLIC_APP_ENV=dev next dev",
"dev:prod": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:build": "jest && next build",
"upgrade-psdpdfkit": "cp -R '../../node_modules/pspdfkit/dist/pspdfkit-lib' public/pspdfkit-lib"
},
"dependencies": {
"@radix-ui/react-avatar": "^0.1.1",
"@radix-ui/react-dialog": "^0.1.1",
"@radix-ui/react-dropdown-menu": "^0.1.1",
"@radix-ui/react-id": "^0.1.1",
"@radix-ui/react-popover": "^0.1.1",
"@radix-ui/react-separator": "^0.1.0",
"@radix-ui/react-tooltip": "^0.1.7",
"@segment/analytics-next": "^1.33.5",
"@sentry/nextjs": "^6.16.1",
"@stitches/react": "^1.2.5",
"cookie": "^0.4.1",
"diff-match-patch": "^1.0.5",
"graphql-request": "^3.6.1",
"nanoid": "^3.1.29",
"next": "^12.1.0",
"phosphor-react": "^1.4.0",
"pspdfkit": "^2021.6.0",
"react": "^17.0.2",
"react-apple-login": "^1.1.3",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"react-intl": "^5.20.12",
"react-loading-skeleton": "^3.0.2",
"react-twitter-widgets": "^1.10.0",
"swr": "^1.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/cookie": "^0.4.1",
"@types/diff-match-patch": "^1.0.32",
"@types/jest": "^27.0.2",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "17.0.2",
"@types/react-dom": "^17.0.2",
"@types/segment-analytics": "^0.0.34",
"@types/uuid": "^8.3.1",
"babel-jest": "^27.4.5",
"eslint-config-next": "12.0.7",
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-react": "^7.28.0",
"graphql": "^15.6.1",
"jest": "^27.4.5"
},
"volta": {
"node": "14.18.0",
"yarn": "1.22.10"
}
}