-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "stuco-surveys",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@next-auth/mongodb-adapter": "^1.0.4",
"@next/font": "^13.0.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.2",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"framer-motion": "^6.3.3",
"lodash": "^4.17.21",
"mongodb": "^4.10.0",
"mongoose": "^6.3.3",
"next": "^13.0.2",
"next-auth": "^4.10.3",
"nprogress": "^0.2.0",
"pusher": "^5.1.0-beta",
"pusher-js": "^7.4.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.1.0",
"react-rnd": "^10.3.7",
"use-debounce": "^9.0.4",
"uuid": "^8.3.2",
"victory": "^36.4.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "17.0.31",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.9",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "18.0.3",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}