-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1020 Bytes
/
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
{
"name": "dolibarr-tracker",
"license": "GPL-3.0",
"version": "1.2.1",
"scripts": {
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev": "vite",
"preview": "vite preview --port 5050",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@vueuse/core": "^8.3.1",
"axios": "^0.26.1",
"lodash-core": "^4.17.19",
"pinia": "^2.0.13",
"sass": "^1.50.0",
"vue": "^3.2.31",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.14",
"vuestic-ui": "^1.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"gh-pages": "^3.2.3",
"material-design-icons-iconfont": "^6.6.0",
"prettier": "^2.5.1",
"vite": "^2.9.1",
"vite-plugin-pwa": "^0.12.0",
"vue-cli-plugin-vuestic-ui": "~1.0.5"
}
}