-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 921 Bytes
/
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
{
"name": "finance",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@visx/shape": "^1.17.1",
"@visx/xychart": "^2.0.0-alpha.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"mongodb": "^4.0.1",
"next": "11.0.1",
"next-auth": "^3.27.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.19.0",
"react-spring": "^9.0.0-rc.3"
},
"devDependencies": {
"@types/mongodb": "^4.0.7",
"@types/react": "17.0.15",
"autoprefixer": "^10.3.1",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}