forked from ProcessMaker/processmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 5.29 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 5.29 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@processmaker/processmaker",
"version": "4.10.3+nightly-20240724",
"description": "ProcessMaker 4",
"author": "DevOps <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/ProcessMaker/processmaker",
"private": true,
"scripts": {
"postinstall": "mkdir -p public/css/precompiled && cp -rf node_modules/npm-font-open-sans public/css/precompiled/npm-font-open-sans && cp -rf node_modules/bootstrap/scss public/css/precompiled/bootstrap && cp -rf node_modules/@fortawesome/fontawesome-free public/css/precompiled/fontawesome-free && cp -rf node_modules/@fontsource/poppins public/css/precompiled/poppins && cp -rf node_modules/@processmaker/vue-multiselect/dist/vue-multiselect.min.css public/css/precompiled",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "cross-env NODE_ENV=test jest",
"test-watch": "npm run test -- --watch --notify",
"lint": "eslint --fix --ignore-path .eslintignore resources/"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.23.9",
"accounting": "^0.4.1",
"babel-plugin-istanbul": "^6.1.1",
"chartjs-plugin-colorschemes": "^0.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-vue": "^7.20.0",
"expr-eval": "^2.0.2",
"js-yaml-loader": "^1.2.2",
"laravel-mix": "^6.0.49",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^12.6.0",
"vue-loader": "^15.10.0"
},
"dependencies": {
"@babel/runtime": "^7.23.8",
"@braintree/sanitize-url": "^6.0.2",
"@chantouchsek/validatorjs": "1.2.3",
"@fontsource/poppins": "^5.0.8",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@panter/vue-i18next": "^0.15.2",
"@processmaker/modeler": "1.48.1",
"@processmaker/processmaker-bpmn-moddle": "0.14.1",
"@processmaker/screen-builder": "2.87.2",
"@processmaker/vue-form-elements": "0.53.1",
"@processmaker/vue-multiselect": "2.3.0",
"@tinymce/tinymce-vue": "2.0.0",
"autoprefixer": "10.4.5",
"axios": "^0.27.2",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.18.1",
"bpmn-font": "^0.10.0",
"bpmn-moddle": "^6.0.2",
"chart.js": "^2.9.4",
"country-json": "^1.1.0",
"i18next": "^15.0.8",
"i18next-chained-backend": "^1.0.1",
"i18next-localstorage-backend": "^2.1.2",
"i18next-xhr-backend": "^2.0.1",
"imports-loader": "^0.8.0",
"laravel-echo": "^1.9.0",
"laravel-echo-server": "^1.6.1",
"laravel-mix-polyfill": "^3.0.1",
"lodash": "^4.17.21",
"luxon": "^1.25.0",
"monaco-editor": "^0.34.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"mustache": "3.2.1",
"npm-font-open-sans": "^1.1.0",
"phpunserialize": "^1.0.1",
"popper.js": "^1.16.1",
"pusher-js": "^4.4.0",
"snapsvg": "^0.5.1",
"splitpanes": "^2.4.1",
"svg-pan-zoom": "^3.6.1",
"timezones.json": "^1.5.2",
"tinycolor2": "^1.4.2",
"tinymce": "5.10.0",
"tooltip.js": "^1.3.3",
"v-tooltip": "^2.0.3",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.0",
"vue-color": "^2.7.1",
"vue-cookies": "^1.8.2",
"vue-croppie": "1.3.12",
"vue-deepset": "^0.6.3",
"vue-events": "^3.1.0",
"vue-html2canvas": "^0.0.4",
"vue-monaco": "^1.2.1",
"vue-password": "^1.2.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.4.9",
"vue-simple-uploader": "^0.7.6",
"vue-template-compiler": "^2.6.12",
"vue-uniq-ids": "^1.0.0",
"vuedraggable": "^2.24.3",
"vuetable-2": "^1.7.5",
"vuex": "^3.6.2",
"xml-js": "^1.6.7"
},
"jest": {
"setupFiles": [
"<rootDir>/jest/globals.js"
],
"testURL": "http://localhost",
"moduleFileExtensions": [
"vue",
"json",
"js"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"moduleNameMapper": {
"@pmjs(.*)$": "<rootDir>/resources/js/$1"
},
"transformIgnorePatterns": [
"node_modules/(?!(vuetable-2)/)"
],
"roots": [
"<rootDir>/resources/js/",
"<rootDir>/tests/js/"
],
"collectCoverage": true,
"coverageDirectory": "<rootDir>/tests/js/coverage"
},
"engines": {
"npm": ">=8",
"node": ">=16"
}
}