-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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": "roq",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/components": "^12.3.0",
"@vueuse/core": "^12.3.0",
"ag-grid-community": "^32.3.3",
"ag-grid-vue3": "^32.3.3",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"js-beautify": "^1.15.1",
"lodash": "^4.17.21",
"pinia": "^2.3.0",
"vue": "^3.2.41",
"vue-beautify": "^1.1.3",
"vue-router": "^4.1.5",
"vue3-tabs-component": "^1.3.7"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^9.3.0",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4",
"vite": "^3.1.8"
}
}