-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.16 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": "scriptio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"tauri": "tauri",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.113.0",
"@formkit/auto-animate": "^0.7.0",
"@prisma/client": "^5.9.0",
"@tiptap/extension-bold": "^2.3.0",
"@tiptap/extension-document": "^2.3.0",
"@tiptap/extension-history": "^2.3.0",
"@tiptap/extension-italic": "^2.3.0",
"@tiptap/extension-paragraph": "^2.3.0",
"@tiptap/extension-text": "^2.3.0",
"@tiptap/extension-underline": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@tiptap/core": "^2.3.0",
"@tiptap/pm": "^2.3.0",
"chart.js": "^4.4.1",
"chartjs-plugin-datalabels": "^2.2.0",
"debounce": "^2.0.0",
"fast-xml-parser": "^4.3.4",
"file-saver": "^2.0.5",
"hogan.js": "^3.0.2",
"inline-css": "^3.0.0",
"iron-session": "^8.0.1",
"next": "^13.3.1",
"next-themes": "^0.2.0",
"nodemailer": "^6.9.8",
"pdfmake": "^0.2.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"render2": "^0.1.4",
"swr": "^2.2.4",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@tauri-apps/cli": "^1.5.9",
"@types/file-saver": "^2.0.5",
"@types/hogan.js": "^3.0.1",
"@types/node": "20.11.0",
"@types/nodemailer": "^6.4.14",
"@types/pdfmake": "^0.1.21",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "8.8.0",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prisma": "^5.9.0",
"typescript": "^5.1.3",
"wrangler": "^2.0.7"
},
"browser": {
"tokenize": false
}
}