-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "vite-vue",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@barba/core": "^2.9.7",
"@vueuse/core": "^9.1.1",
"animejs": "^3.2.1",
"axios": "^0.27.2",
"imagesloaded": "^5.0.0",
"jquery": "^3.6.1",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"scriptjs": "^2.5.9",
"vue": "^3.2.38",
"vue-query": "^1.26.0",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@types/node": "^22.10.7",
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-define-config": "^1.7.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.2",
"eslint-plugin-tailwindcss": "^3.6.2",
"eslint-plugin-vue": "^9.4.0",
"postcss": "^8.4.16",
"postcss-custom-properties": "^12.1.8",
"rollup-plugin-visualizer": "^5.8.2",
"sass": "~1.32.12",
"tailwindcss": "^3.4.17",
"terser": "^5.15.0",
"typescript": "^5.7.3",
"vite": "^3.1.4",
"vite-plugin-mkcert": "^1.17.6"
}
}