-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "venaarauhassa",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "SKIP_ENV_VALIDATION=true next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"format": "prettier -w ."
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@ant-design/icons": "^5.2.6",
"@t3-oss/env-nextjs": "^0.10.1",
"antd": "^5.11.1",
"axios": "^1.7.9",
"axios-cookiejar-support": "^5.0.3",
"bent": "^7.3.12",
"better-sqlite3": "^11.7.0",
"dayjs": "^1.11.10",
"geist": "^1.1.0",
"jsdom": "^25.0.1",
"next": "^13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "^9.0.2",
"react-svgmt": "^2.0.2",
"tough-cookie": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bent": "^7.3.8",
"@types/better-sqlite3": "^7.6.12",
"@types/eslint": "^8.44.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
}