-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
127 lines (127 loc) · 4.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "jennifer-anns-group",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --quiet",
"lint:fix": "eslint --fix .",
"prettier-format": "prettier --config prettier.config.js \"src/**/*.{ts,tsx}\" --write",
"format:check": "prettier --check .",
"secrets:linux": "echo Enter Bitwarden Password: && read BW_PASSWORD && (bw logout || exit 0) && export BW_SESSION=`bw login [email protected] $BW_PASSWORD --raw` && npm run secrets:get",
"secrets:windows": "set /p BW_PASSWORD=Enter Bitwarden Password:&& (bw logout || VER>NUL) && npm run secrets:login",
"secrets:login": "FOR /F %a IN ('bw login [email protected] %BW_PASSWORD% --raw') DO SET BW_SESSION=%a && npm run secrets:get",
"secrets:get": "bw sync && bw get item 59607d65-8de1-4105-8eaf-b11f0038670c | fx .notes > \".env\"",
"add-initial-data": "./setup-hosts.sh && tsx scripts/add-initial-data.ts",
"docker-run": "tsx scripts/add-initial-data.ts && next dev",
"test": "jest --watchAll=false",
"prepare": "husky || true"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@mui/material": "^5.15.11",
"@netlify/functions": "^2.8.2",
"@next-auth/mongodb-adapter": "^1.1.3",
"@nivo/colors": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-email/button": "^0.0.14",
"@react-email/html": "*",
"@react-email/render": "^0.0.12",
"@shelf/jest-mongodb": "^4.2.0",
"@tanstack/react-query": "^5.24.8",
"@tanstack/react-table": "^8.15.0",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"backblaze-b2": "^1.7.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"bog-analytics": "^1.0.11",
"bson": "^6.2.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"faker": "^5.5.3",
"framer-motion": "^11.0.3",
"fx": "^31.0.0",
"html-to-react": "^1.7.0",
"jest": "^29.7.0",
"jose": "^5.9.2",
"jsonwebtoken": "^9.0.2",
"juno-sdk": "^0.0.5",
"lucide-react": "^0.316.0",
"mailersend": "^2.2.0",
"markdown-it": "^14.0.0",
"markdown-it-ins": "^4.0.0",
"mongodb": "^5.9.0",
"mongoose": "^8.1.2",
"net": "^1.0.2",
"next": "^14.1.4",
"next-auth": "^4.24.5",
"papaparse": "^5.4.1",
"postcss-cli": "^11.0.0",
"react": "^18",
"react-dom": "^18",
"react-email": "^2.1.0",
"react-markdown": "^9.0.1",
"react-markdown-editor-lite": "^1.3.4",
"react-pdf": "^7.7.0",
"react-player": "^2.15.1",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-unity-webgl": "^9.5.0",
"reusify": "^1.0.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tls": "^0.0.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"zod": "^3.22.4",
"@faker-js/faker": "^8.4.1",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/backblaze-b2": "^1.5.6",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/markdown-it": "^13.0.7",
"@types/mongodb": "^4.0.7",
"@types/node": "^20.16.5",
"@types/papaparse": "^5.3.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1"
},
"resolutions": {
"string-width": "4.2.3"
}
}