-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "package-skeleton",
"version": "0.0.1",
"description": "Package skeleton to start a develop in ProcessMaker 4",
"author": "DevOps <devops@processmaker.com>",
"license": "ISC",
"homepage": "https://github.com/ProcessMaker/package-skeleton",
"scripts": {
"dev": "vite build --watch",
"watch": "vite build --watch",
"prod": "vite build",
"lint:nofix": "eslint 'resources/**/*.{js,vue}' --no-fix",
"lint": "eslint 'resources/**/*.{js,vue}'"
},
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@vitejs/plugin-vue2": "^2.3.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0",
"sass": "^1.77.2",
"terser": "^5.31.0",
"vite": "^4.5.3",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-istanbul": "6.0.0"
},
"dependencies": {
"bootstrap-vue": "^2.23.1",
"datatables": "^1.10.18",
"tooltip.js": "^1.3.3",
"v-tooltip": "^2.1.3",
"vue": "^2.7.16",
"vue-js-modal": "^1.3.35",
"vuetable-2": "^1.7.5"
}
}