-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.41 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.41 KB
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
{
"name": "klaudsol-cms",
"version": "3.7.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build --debug",
"start": "next start",
"lint": "next lint",
"plugin": "export $(cat .env) && export SCRIPT_PATH=. && $SCRIPT_PATH/scripts/plugin.sh",
"db": "export $(cat .env) && export SCRIPT_PATH=./node_modules/@klaudsol/commons/dist && $SCRIPT_PATH/scripts/db.sh"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@coreui/chartjs": "^3.0.0",
"@coreui/coreui": "^4.0.4",
"@coreui/icons": "^2.0.1",
"@coreui/icons-react": "^2.0.0-rc.5",
"@coreui/react": "^4.0.0-rc.2",
"@coreui/utils": "^1.3.1",
"@emotion/core": "10.1.1",
"@emotion/react": "^11.9.3",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@klaudsol/commons": "https://github.com/klaudsol/klaudsol-commons.git#v1.8.1",
"@next/font": "13.1.1",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@nivo/pie": "^0.79.1",
"@syncfusion/ej2-react-calendars": "^20.1.58",
"aws-sdk": "^2.1098.0",
"bootstrap": "^5.2.1",
"cookies-next": "^2.1.1",
"cross-fetch": "^3.1.4",
"date-fns": "^2.25.0",
"dom-to-image": "^2.6.0",
"dompurify": "^2.3.9",
"es6-promisify": "^7.0.0",
"filereader": "^0.10.3",
"formik": "^2.2.9",
"html2canvas": "^1.4.1",
"iron-session": "^6.1.2",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"multer": "^1.4.5-lts.1",
"next": "13.1.1",
"node-fetch": "^3.2.3",
"pdf-lib": "^1.17.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-calendar": "^3.4.0",
"react-component-export-image": "^1.0.6",
"react-confirm-alert": "2.0.2",
"react-csv-downloader": "^2.8.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.0",
"react-icons": "^4.3.1",
"react-live-clock": "^5.8.1",
"react-moment": "^1.1.2",
"react-portal-overlay": "^1.1.0",
"react-quill": "^2.0.0",
"react-redux": "^7.2.5",
"react-select": "^5.3.2",
"reactstrap": "^9.0.2",
"sass": "^1.39.2",
"sass-loader": "^10.1.1",
"simplebar-react": "^2.3.6"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "^13.1.5"
}
}