-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "anni",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --forceExit --config jest/config.ts"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"axios": "^0.27.2",
"jszip": "^3.10.1",
"mongoose": "^6.3.5",
"next": "12.1.6",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.1.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^17.0.31",
"@types/react": "^18.0.10",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"autoprefixer": "^10.4.7",
"dotenv": "^16.0.3",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"postcss": "^8.4.13",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.24",
"ts-jest": "^29.0.3",
"typescript": "^4.6.4"
}
}