-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 910 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 910 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
37
{
"name": "nitgc-comb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compat": "^3.4.21",
"@vue/compiler-sfc": "^3.4.21",
"element-plus": "^2.6.3",
"element-ui": "^2.15.14",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^6.2.2",
"pathe": "^1.1.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.74.1",
"vite": "^5.2.8",
"vue": "^3.1.0",
"vue-gtag": "^2.0.1",
"vue-pug-plugin": "^2.0.3",
"vue-router": "^4",
"vue-tsc": "^2.0.10"
},
"volta": {
"node": "20.12.1",
"yarn": "4.1.1"
},
"packageManager": "yarn@4.1.1"
}