-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
81 lines (81 loc) · 2.6 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
{
"private": false,
"author": "SciFY",
"description": "A modern Web Application for Crowd-sourcing Projects and Questionnaires",
"license": "Apache-2.0",
"homepage": "https://crowdsourcing.ecas.org/",
"repository": "https://github.com/scify/Crowdsourcing-Platform",
"name": "Crowdsourcing-Platform",
"version": "8.0.0",
"packageManager": "npm",
"readme": "README.md",
"scripts": {
"lint": "eslint resources/assets",
"format": "prettier --write \"resources/assets/\"",
"dev": "vite",
"build": "vite build",
"prod": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=7680 vite build",
"prepare": "if [ -d .git ]; then husky && chmod +x .husky/*; fi"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-vue": "^9.32.0",
"goodparts": "^1.3.0",
"husky": "^9.1.7",
"laravel-vite-plugin": "^1.1.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"vite": "^6.0.5",
"vue": "^3.5.13",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"vuex": "^4.1.0"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@fontsource-variable/noto-sans": "^5.1.0",
"@fontsource-variable/open-sans": "^5.1.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^8.47.0",
"admin-lte": "3.1.0",
"bootstrap": "^4.6.2",
"bootstrap-colorpicker": "^3.4.0",
"bootstrap-sweetalert": "^1.0.1",
"chart.js": "^4.4.7",
"chartjs-plugin-datalabels": "^2.2.0",
"clipboard": "^2.0.11",
"datatables.net": "^2.1.8",
"datatables.net-bs4": "^2.1.8",
"datatables.net-buttons": "^3.2.0",
"datatables.net-buttons-bs4": "^3.2.0",
"datatables.net-responsive": "^3.0.3",
"datatables.net-responsive-bs4": "^3.0.3",
"datatables.net-select": "^2.1.0",
"datatables.net-select-bs4": "^2.1.0",
"dompurify": "^3.2.3",
"fastclick": "^1.0.6",
"icheck": "^1.0.2",
"jquery": "^3.7.1",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0",
"jquery-toast-plugin": "^1.3.2",
"pdfmake": "^0.2.16",
"progressbar.js": "^1.1.1",
"select2": "^4.0.13",
"summernote": "^0.9.1",
"survey-analytics": "^1.12.15",
"survey-core": "^1.12.15",
"survey-creator": "^1.12.15",
"survey-jquery": "^1.12.15"
}
}