-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.33 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
63
64
65
66
67
68
{
"name": "pail",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn lint --fix && prisma db push && next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"component": "cypress open --component",
"component:headless": "cypress run --component"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.3.0",
"@radix-ui/react-popover": "^1.0.6",
"@tailwindcss/typography": "^0.5.10",
"@tidyjs/tidy": "^2.5.2",
"@types/cypress": "^1.1.3",
"@types/dockerode": "^3.3.19",
"@types/http-status-codes": "^1.2.0",
"@types/is-string": "^1.0.0",
"@types/node": "^20.6.0",
"@types/node-forge": "^1.3.5",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.15",
"bufferutil": "^4.0.7",
"class-variance-authority": "^0.7.0",
"cmdk": "^0.2.0",
"discord.js": "^14.13.0",
"dockerode": "^3.3.5",
"echarts": "^5.4.3",
"erlpack": "^0.1.4",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"http-status-codes": "^2.2.0",
"is-string": "^1.0.7",
"lucide-react": "^0.277.0",
"marked-react": "^2.0.0",
"next": "^13.4.19",
"next-auth": "^4.23.1",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prisma": "^5.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"sharp": "^0.32.5",
"start-server-and-test": "^2.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"utf-8-validate": "^6.0.3",
"winston": "^3.10.0",
"zlib-sync": "^0.1.8"
}
}