-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "gopher_cron_fe",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .ts,.js,.vue src",
"pretty": "prettier --write ."
},
"dependencies": {
"@quasar/extras": "^1.16.9",
"@types/js-cookie": "^3.0.1",
"axios": "^0.28.0",
"echarts": "^5.2.2",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"quasar": "^2.17.7",
"v-network-graph": "^0.3.11",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vue-window-size": "^1.1.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.7.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vitejs/plugin-vue": "^2.0.0",
"autoprefixer": "^10.4.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"sass": "^1.32.0",
"tailwindcss": "^3.0.10",
"typescript": "^4.4.4",
"vite": "^2.9.18",
"vue-tsc": "^0.29.8"
}
}