-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "witness",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "yarn prettier --write .",
"email": "ts-node scripts/generic-email.ts",
"dev-cli": "ts-node scripts/dev-cli.ts"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@aws-sdk/client-s3": "^3.178.0",
"@aws-sdk/client-ses": "^3.180.0",
"@inquirer/prompts": "^3.0.4",
"@next-auth/mongodb-adapter": "^1.0.4",
"@types/escape-html": "^1.0.2",
"@types/formidable": "^2.0.5",
"@types/prompt-sync": "^4.2.2",
"antd": "^5.9.4",
"copy-webpack-plugin": "^11.0.0",
"csv-writer": "^1.6.0",
"dayjs": "^1.11.10",
"dotenv": "^16.0.2",
"escape-html": "^1.0.3",
"export-to-csv": "^0.2.1",
"faker": "^6.6.6",
"formidable": "^2.0.1",
"luxon": "^3.0.3",
"mongodb": "^4.9.1",
"mongoose": "^6.6.1",
"nanoid": "^4.0.0",
"next": "12.2.5",
"next-auth": "^4.10.3",
"node-ical": "^0.15.1",
"octokit": "^2.1.0",
"prompt-sync": "^4.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-highlight-words": "^0.18.0",
"swr": "^1.3.0",
"ts-command-line-args": "^2.2.1"
},
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"@types/faker": "^5.5.8",
"@types/luxon": "^3.0.1",
"@types/mongodb": "^4.0.7",
"@types/react": "17.0.43",
"@types/react-highlight-words": "^0.16.4",
"eslint": "8.24.0",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.6.2",
"typescript": "4.8.3",
"typescript-plugin-css-modules": "^5.0.1"
}
}