forked from BXBZwe/SP2AMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.21 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"private": true,
"name": "ps-park",
"description": "PS Park is a Senior 2 level project",
"version": "1.0.0",
"author": "Zwe Min Maw <zweminmaw2003@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"extraResources": [
"prisma/**/*",
"node_modules/.prisma/**/*",
"node_modules/@prisma/client/**/*",
".env",
"C:\\Users\\Zwe Min Maw\\SP2AMS\\resources\\psparkicon.ico",
{
"from": "C:\\Senior_Project2\\english",
"to": "resources\\english",
"filter": [
"**/*"
]
},
{
"from": "C:\\Senior_Project2\\thai",
"to": "resources\\thai",
"filter": [
"**/*"
]
}
]
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@date-io/date-fns": "^3.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.14.18",
"@mui/x-data-grid": "^6.18.4",
"@mui/x-date-pickers": "^6.18.3",
"@prisma/client": "^5.7.1",
"axios": "^1.6.4",
"cors": "^2.8.5",
"danfojs": "^1.1.2",
"dayjs": "^1.11.10",
"docxtemplater": "^3.45.0",
"dotenv": "^16.4.5",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"libreoffice-convert": "^1.5.1",
"multer": "^1.4.5-lts.1",
"Next": "npm:next@^12.3.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"path": "^0.12.7",
"pdfjs-dist": "^4.0.379",
"pdfmake": "^0.2.10",
"pizzip": "^3.1.6",
"react-copy-to-clipboard": "^5.1.0",
"react-element-to-jsx-string": "^15.0.0",
"react-router-dom": "^6.20.0",
"react-syntax-highlighter": "^15.5.0",
"router": "^1.3.8",
"serve": "^14.2.1"
},
"devDependencies": {
"cypress": "^13.7.1",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"next": "^12.3.4",
"nextron": "^8.12.0",
"prisma": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}