-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 Bytes
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
{
"name": "almanac_frontend",
"private": true,
"scripts": {
"dev": "next dev --port=3333",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@tanstack/react-query": "^4.28.0",
"axios": "^0.24.0",
"classnames": "^2.2.6",
"cross-env": "^7.0.3",
"dayjs": "^1.11.11",
"lodash": "^4.17.15",
"mobx": "6.6.0",
"mobx-react-lite": "3.4.0",
"next": "13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0"
},
"devDependencies": {
"@types/lodash": "^4.14.192",
"@types/node": "18.15.11",
"@types/react": "^18.0.33",
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
}
}