forked from ProcessMaker/processmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.23 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
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "cross-env NODE_ENV=test jest",
"test-watch": "npm run test -- --watch --notify",
"lint": "eslint --fix --ignore-path .eslintignore resources/**"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.21",
"accounting": "^0.4.1",
"axios": "^0.15.3",
"babel-jest": "^22.4.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^3.2.4",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"jest": "^22.4.4",
"jquery": "^3.1.1",
"laravel-mix": "2.1.*",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"vue": "^2.5.17",
"vue-jest": "^2.6.0",
"vue-uniq-ids": "^1.0.0",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@fortawesome/fontawesome-free": "^5.6.1",
"@fortawesome/free-brands-svg-icons": "^5.6.1",
"@fortawesome/free-solid-svg-icons": "^5.6.1",
"@processmaker/modeler": "^0.6.0",
"@processmaker/processmaker-bpmn-moddle": "^0.2.0",
"@processmaker/vue-form-elements": "^0.5.0",
"@processmaker/vue-form-builder": "^0.11.0",
"@tinymce/tinymce-vue": "^1.0.8",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bootstrap": "^4.3",
"bootstrap-vue": "^2.0.0-rc.11",
"bpmn-moddle": "^5.1.5",
"chart.js": "^2.7.2",
"country-json": "^1.0.7",
"eslint": "^4.19.1",
"fs": "0.0.1-security",
"imports-loader": "^0.8.0",
"install": "^0.12.2",
"jointjs": "^2.1.4",
"laravel-echo": "^1.4.0",
"laravel-echo-server": "^1.3.8",
"monaco-editor": "^0.15.6",
"monaco-editor-webpack-plugin": "^1.7.0",
"npm": "^6.7.0",
"npm-font-open-sans": "^1.1.0",
"phpunserialize": "^1.0.1",
"popper.js": "^1.14.4",
"pusher-js": "^4.2.2",
"snapsvg": "^0.5.1",
"source-map": "^0.7.3",
"timezones.json": "^1.4.4",
"tinymce": "^4.8.1",
"tooltip.js": "^1.2.0",
"v-tooltip": "^2.0.0-rc.33",
"vue-croppie": "^1.3.12",
"vue-deepset": "^0.6.3",
"vue-events": "^3.1.0",
"vue-json-pretty": "^1.4.1-beta.1",
"vue-monaco": "^0.3.1",
"vue-multiselect": "^2.1.0",
"vue-password": "^1.2.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vue-simple-uploader": "^0.5.6",
"vue-template-compiler": "^2.5.17",
"vuetable-2": "^1.7.5",
"webpack": "^3.11.0",
"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"
}
}