2021-12-01 04:20:13 +00:00
|
|
|
{
|
2022-02-01 21:25:51 +00:00
|
|
|
"name": "web",
|
|
|
|
"version": "1.0.0",
|
2021-12-01 04:20:13 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-12-19 21:26:59 +00:00
|
|
|
"dev": "concurrently -n NEXT,TS -c magenta,cyan \"next dev -p 3000\" \"yarn ts --watch\"",
|
2022-05-28 20:21:05 +00:00
|
|
|
"devdev": "cross-env NEXT_PUBLIC_FIREBASE_ENV=DEV concurrently -n NEXT,TS -c magenta,cyan \"cross-env FIREBASE_ENV=DEV next dev -p 3000\" \"cross-env FIREBASE_ENV=DEV yarn ts --watch\"",
|
2022-03-09 02:43:30 +00:00
|
|
|
"dev:dev": "yarn devdev",
|
2022-05-28 20:21:05 +00:00
|
|
|
"dev:the": "cross-env NEXT_PUBLIC_FIREBASE_ENV=THEOREMONE concurrently -n NEXT,TS -c magenta,cyan \"cross-env FIREBASE_ENV=THEOREMONE next dev -p 3000\" \"cross-env FIREBASE_ENV=THEOREMONE yarn ts --watch\"",
|
|
|
|
"dev:emulate": "cross-env NEXT_PUBLIC_FIREBASE_EMULATE=TRUE yarn devdev",
|
2021-12-19 21:26:59 +00:00
|
|
|
"ts": "tsc --noEmit --incremental --preserveWatchOutput --pretty",
|
2021-12-13 21:44:04 +00:00
|
|
|
"build": "next build",
|
2021-12-01 04:20:13 +00:00
|
|
|
"start": "next start",
|
2021-12-02 23:49:46 +00:00
|
|
|
"lint": "next lint",
|
2021-12-14 07:21:14 +00:00
|
|
|
"format": "npx prettier --write .",
|
2022-06-03 22:10:14 +00:00
|
|
|
"postbuild": "next-sitemap",
|
|
|
|
"verify": "(cd .. && yarn verify)"
|
2021-12-01 04:20:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-15 03:00:36 +00:00
|
|
|
"@amplitude/analytics-browser": "0.4.1",
|
2022-05-16 11:38:16 +00:00
|
|
|
"@headlessui/react": "1.6.1",
|
2021-12-19 21:26:59 +00:00
|
|
|
"@heroicons/react": "1.0.5",
|
2021-12-13 01:50:17 +00:00
|
|
|
"@nivo/core": "0.74.0",
|
|
|
|
"@nivo/line": "0.74.0",
|
2022-06-08 03:24:18 +00:00
|
|
|
"@react-query-firebase/firestore": "0.4.2",
|
2022-05-09 17:38:33 +00:00
|
|
|
"algoliasearch": "4.13.0",
|
2021-12-10 18:06:51 +00:00
|
|
|
"clsx": "1.1.1",
|
2022-05-17 04:43:40 +00:00
|
|
|
"cors": "2.8.5",
|
2021-12-12 20:09:41 +00:00
|
|
|
"daisyui": "1.16.4",
|
2021-12-13 06:55:28 +00:00
|
|
|
"dayjs": "1.10.7",
|
2021-12-09 23:33:01 +00:00
|
|
|
"firebase": "9.6.0",
|
2022-03-30 04:55:47 +00:00
|
|
|
"gridjs": "5.0.2",
|
|
|
|
"gridjs-react": "5.0.2",
|
2021-12-15 07:41:50 +00:00
|
|
|
"lodash": "4.17.21",
|
2022-03-30 04:55:47 +00:00
|
|
|
"next": "12.1.2",
|
2022-05-23 21:16:56 +00:00
|
|
|
"node-fetch": "3.2.4",
|
2021-12-01 04:20:13 +00:00
|
|
|
"react": "17.0.2",
|
2022-05-09 17:38:33 +00:00
|
|
|
"react-confetti": "6.0.1",
|
2022-01-06 08:45:30 +00:00
|
|
|
"react-dom": "17.0.2",
|
2022-05-09 17:38:33 +00:00
|
|
|
"react-expanding-textarea": "2.3.5",
|
2022-06-15 03:00:36 +00:00
|
|
|
"react-hot-toast": "2.2.0",
|
2022-06-08 03:24:18 +00:00
|
|
|
"react-instantsearch-hooks-web": "6.24.1",
|
|
|
|
"react-query": "3.39.0"
|
2021-12-01 04:20:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-12 20:09:41 +00:00
|
|
|
"@tailwindcss/forms": "0.4.0",
|
2022-04-29 23:35:56 +00:00
|
|
|
"@tailwindcss/line-clamp": "^0.3.1",
|
2022-02-06 08:35:58 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.1",
|
2021-12-19 21:26:59 +00:00
|
|
|
"@types/lodash": "4.14.178",
|
2021-12-01 04:20:13 +00:00
|
|
|
"@types/node": "16.11.11",
|
2022-03-30 04:55:47 +00:00
|
|
|
"@types/react": "17.0.43",
|
2021-12-03 00:53:21 +00:00
|
|
|
"autoprefixer": "10.2.6",
|
2021-12-19 21:26:59 +00:00
|
|
|
"concurrently": "6.5.1",
|
2022-01-14 23:05:12 +00:00
|
|
|
"critters": "0.0.16",
|
2022-05-28 20:21:05 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-05-10 21:49:24 +00:00
|
|
|
"eslint-config-next": "12.1.6",
|
2022-03-24 16:28:36 +00:00
|
|
|
"next-sitemap": "^2.5.14",
|
2021-12-03 00:53:21 +00:00
|
|
|
"postcss": "8.3.5",
|
2022-02-11 18:40:22 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.1.5",
|
2021-12-12 20:09:41 +00:00
|
|
|
"tailwindcss": "3.0.1",
|
2022-05-22 07:35:43 +00:00
|
|
|
"tsc-files": "1.1.3"
|
2021-12-18 20:59:40 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{ts,tsx}": "tsc-files --noEmit --incremental false"
|
2021-12-01 04:20:13 +00:00
|
|
|
}
|
|
|
|
}
|