2021-07-18 15:32:45 +00:00
|
|
|
{
|
2021-07-31 14:33:18 +00:00
|
|
|
"name": "virtual-phone",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "concurrently --raw \"blitz dev\" 'quirrel'",
|
|
|
|
"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"
|
|
|
|
},
|
2021-07-31 15:57:43 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "15"
|
|
|
|
},
|
2021-07-31 14:33:18 +00:00
|
|
|
"prisma": {
|
|
|
|
"schema": "db/schema.prisma"
|
|
|
|
},
|
|
|
|
"prettier": {
|
2021-07-31 15:57:43 +00:00
|
|
|
"semi": true,
|
|
|
|
"useTabs": true,
|
|
|
|
"tabWidth": 4,
|
2021-07-31 14:33:18 +00:00
|
|
|
"printWidth": 100
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,ts,tsx}": [
|
|
|
|
"eslint --fix"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-pro": "file:./fontawesome/fortawesome-fontawesome-pro-5.15.3.tgz",
|
2021-07-31 15:57:43 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.35",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.15.3",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.3",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.3",
|
2021-07-31 14:33:18 +00:00
|
|
|
"@fortawesome/pro-duotone-svg-icons": "file:./fontawesome/fortawesome-pro-duotone-svg-icons-5.15.3.tgz",
|
|
|
|
"@fortawesome/pro-light-svg-icons": "file:./fontawesome/fortawesome-pro-light-svg-icons-5.15.3.tgz",
|
|
|
|
"@fortawesome/pro-regular-svg-icons": "file:./fontawesome/fortawesome-pro-regular-svg-icons-5.15.3.tgz",
|
|
|
|
"@fortawesome/pro-solid-svg-icons": "file:./fontawesome/fortawesome-pro-solid-svg-icons-5.15.3.tgz",
|
2021-07-31 15:57:43 +00:00
|
|
|
"@fortawesome/react-fontawesome": "0.1.14",
|
2021-07-31 17:22:48 +00:00
|
|
|
"@headlessui/react": "1.4.0",
|
2021-07-31 14:33:18 +00:00
|
|
|
"@heroicons/react": "1.0.3",
|
|
|
|
"@hookform/resolvers": "2.6.1",
|
|
|
|
"@prisma/client": "2.27.0",
|
2021-08-01 04:29:41 +00:00
|
|
|
"@react-aria/interactions": "3.5.0",
|
2021-07-31 14:33:18 +00:00
|
|
|
"@tailwindcss/forms": "0.3.3",
|
|
|
|
"@tailwindcss/typography": "0.4.1",
|
|
|
|
"autoprefixer": "10.3.1",
|
|
|
|
"blitz": "0.38.6",
|
|
|
|
"clsx": "1.1.1",
|
|
|
|
"concurrently": "6.2.0",
|
2021-07-31 15:57:43 +00:00
|
|
|
"got": "11.8.2",
|
2021-07-31 17:22:48 +00:00
|
|
|
"jotai": "1.2.2",
|
2021-07-31 14:33:18 +00:00
|
|
|
"pino": "6.13.0",
|
|
|
|
"pino-pretty": "5.1.2",
|
|
|
|
"postcss": "8.3.6",
|
2021-07-31 15:57:43 +00:00
|
|
|
"quirrel": "1.6.3",
|
|
|
|
"react": "18.0.0-alpha-6f3fcbd6f-20210730",
|
|
|
|
"react-dom": "18.0.0-alpha-6f3fcbd6f-20210730",
|
|
|
|
"react-hook-form": "7.12.2",
|
2021-08-01 07:40:18 +00:00
|
|
|
"react-spring": "9.2.4",
|
|
|
|
"react-spring-bottom-sheet": "3.4.0",
|
|
|
|
"react-use-gesture": "9.1.3",
|
2021-07-31 15:57:43 +00:00
|
|
|
"tailwindcss": "2.2.7",
|
|
|
|
"twilio": "3.66.1",
|
2021-07-31 14:33:18 +00:00
|
|
|
"zod": "3.5.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-31 15:57:43 +00:00
|
|
|
"@types/pino": "6.3.11",
|
2021-07-31 14:33:18 +00:00
|
|
|
"@types/preview-email": "2.0.1",
|
|
|
|
"@types/react": "17.0.15",
|
2021-07-31 15:57:43 +00:00
|
|
|
"eslint": "7.32.0",
|
2021-07-31 14:33:18 +00:00
|
|
|
"husky": "6.0.0",
|
|
|
|
"lint-staged": "10.5.4",
|
|
|
|
"prettier": "2.3.2",
|
|
|
|
"prettier-plugin-prisma": "0.14.0",
|
|
|
|
"pretty-quick": "3.1.1",
|
|
|
|
"preview-email": "3.0.4",
|
2021-07-31 15:57:43 +00:00
|
|
|
"prisma": "2.28.0",
|
|
|
|
"typescript": "4.3.5"
|
2021-07-31 14:33:18 +00:00
|
|
|
},
|
|
|
|
"private": true
|
2021-07-18 15:32:45 +00:00
|
|
|
}
|