shellphone.app/package.json

102 lines
2.5 KiB
JSON
Raw Normal View History

2021-07-18 15:32:45 +00:00
{
2021-08-03 13:03:10 +00:00
"name": "shellphone.app",
2021-07-31 14:33:18 +00:00
"version": "1.0.0",
"scripts": {
2021-08-28 06:20:15 +00:00
"dev": "concurrently --raw \"blitz dev\" 'DISABLE_TELEMETRY=true quirrel'",
2021-07-31 14:33:18 +00:00
"build": "blitz build",
"start": "blitz start",
"studio": "blitz prisma studio",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky install"
},
"engines": {
2021-09-29 22:10:42 +00:00
"node": ">=16"
},
2021-07-31 14:33:18 +00:00
"prisma": {
"schema": "db/schema.prisma"
},
"prettier": {
"semi": true,
"useTabs": true,
"tabWidth": 4,
2021-08-01 14:01:51 +00:00
"printWidth": 120,
2021-08-01 12:04:04 +00:00
"trailingComma": "all",
"jsxBracketSameLine": false,
"quoteProps": "as-needed",
"singleQuote": false
2021-07-31 14:33:18 +00:00
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
2021-09-26 22:08:02 +00:00
"@devoxa/paddle-sdk": "0.2.1",
2021-09-21 18:19:24 +00:00
"@headlessui/react": "1.4.1",
2021-10-15 23:44:33 +00:00
"@hookform/resolvers": "2.8.2",
2021-09-21 18:19:24 +00:00
"@panelbear/panelbear-js": "1.3.2",
2021-10-15 23:44:33 +00:00
"@prisma/client": "3.2.1",
2021-09-21 18:19:24 +00:00
"@react-aria/interactions": "3.6.0",
2021-10-15 23:44:33 +00:00
"@sentry/browser": "6.13.3",
"@sentry/integrations": "6.13.3",
"@sentry/node": "6.13.3",
"@sentry/tracing": "6.13.3",
"@sentry/webpack-plugin": "1.18.1",
"@tailwindcss/forms": "0.3.4",
"@tailwindcss/line-clamp": "0.2.2",
2021-07-31 14:33:18 +00:00
"@tailwindcss/typography": "0.4.1",
2021-08-20 00:31:55 +00:00
"@twilio/voice-sdk": "2.0.1",
2021-10-15 23:44:33 +00:00
"@use-gesture/react": "10.1.0",
"awesome-phonenumber": "2.64.0",
"aws-sdk": "2.1009.0",
"blitz": "0.41.1",
2021-07-31 14:33:18 +00:00
"clsx": "1.1.1",
"got": "11.8.2",
2021-10-15 23:44:33 +00:00
"jotai": "1.4.0",
"luxon": "2.0.2",
2021-10-15 23:44:33 +00:00
"next-pwa": "5.4.0",
"pino": "6.13.3",
"pino-pretty": "7.1.0",
"prisma": "3.2.1",
"quirrel": "1.7.3",
2021-10-17 20:48:47 +00:00
"react": "18.0.0-alpha-930c9e7ee-20211015",
2021-08-27 16:08:38 +00:00
"react-datocms": "1.6.3",
2021-10-17 20:48:47 +00:00
"react-dom": "18.0.0-alpha-930c9e7ee-20211015",
2021-10-15 23:44:33 +00:00
"react-hook-form": "7.17.4",
"react-icons": "4.3.1",
"react-spring": "9.3.0",
2021-08-01 07:40:18 +00:00
"react-spring-bottom-sheet": "3.4.0",
2021-08-03 21:04:17 +00:00
"remark": "14.0.1",
2021-09-21 18:19:24 +00:00
"remark-html": "14.0.1",
2021-10-15 23:44:33 +00:00
"tailwindcss": "2.2.17",
"twilio": "3.69.0",
2021-08-01 16:28:47 +00:00
"web-push": "3.4.5",
2021-10-15 23:44:33 +00:00
"zod": "3.9.8"
2021-07-31 14:33:18 +00:00
},
"devDependencies": {
2021-10-15 23:44:33 +00:00
"@types/luxon": "2.0.5",
"@types/pino": "6.3.11",
2021-07-31 14:33:18 +00:00
"@types/preview-email": "2.0.1",
2021-10-15 23:44:33 +00:00
"@types/react": "17.0.30",
"@types/test-listen": "1.1.0",
2021-08-01 16:28:47 +00:00
"@types/web-push": "3.3.2",
2021-10-15 23:44:33 +00:00
"autoprefixer": "10.3.7",
"concurrently": "6.3.0",
"eslint": "7.32.0",
2021-07-31 14:33:18 +00:00
"husky": "6.0.0",
"isomorphic-unfetch": "3.1.0",
2021-10-15 23:44:33 +00:00
"lint-staged": "11.2.3",
"postcss": "8.3.9",
2021-09-21 18:19:24 +00:00
"prettier": "2.4.1",
2021-09-24 23:45:42 +00:00
"prettier-plugin-prisma": "3.1.1",
2021-07-31 14:33:18 +00:00
"pretty-quick": "3.1.1",
2021-08-20 01:06:32 +00:00
"preview-email": "3.0.5",
"test-listen": "1.1.0",
2021-10-15 23:44:33 +00:00
"type-fest": "2.5.0",
"typescript": "4.4.4"
2021-07-31 14:33:18 +00:00
},
"private": true
2021-07-18 15:32:45 +00:00
}