-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
51
52
53
54
55
56
57
{
"name": "ui-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^8.2.5",
"@vueuse/head": "^0.7.6",
"@vueuse/integrations": "^8.4.2",
"axios": "^0.27.2",
"core-js": "^3.6.5",
"gsap": "file:src/libs/gsap-bonus.tgz",
"moment": "^2.29.1",
"sheetjs-style": "^0.15.8",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"xlsx": "^0.18.1",
"xlsx-js-style": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.12.16",
"@iconify-json/bi": "^1.1.8",
"@iconify-json/gg": "^1.1.2",
"@iconify-json/ic": "^1.1.9",
"@iconify-json/material-symbols": "^1.1.20",
"@iconify-json/ri": "^1.1.3",
"@iconify-json/twemoji": "^1.1.5",
"@iconify-json/vscode-icons": "^1.1.16",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.4.14",
"sass": "^1.52.1",
"tailwindcss": "^3.0.24",
"unplugin-auto-import": "^0.8.8",
"unplugin-icons": "^0.14.10",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9",
"vue-loader": "^16.8.3"
}
}