-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 951 Bytes
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
{
"name": "vue-setup-sample",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"axios": "^1.5.0",
"js-cookie": "^3.0.5",
"moment-jalaali": "^0.10.0",
"pinia": "^2.1.6",
"sass": "^1.66.1",
"vee-validate": "^4.11.3",
"vue": "^3.3.4",
"vue-number-input": "^1.0.8",
"vue-router": "^4.2.4",
"vue3-persian-datetime-picker": "^1.2.2",
"vue3-toastify": "^0.1.12",
"yup": "^1.2.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@vitejs/plugin-vue": "^4.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"prettier": "^3.0.0",
"vite": "^4.4.9",
"vite-svg-loader": "^4.0.0"
}
}