-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"name": "eoi-kompi-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
"@vitejs/plugin-vue": "^2.3.1",
"eslint": "^8.16.0",
"eslint-config-standard": "17.0.0-1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.2.0",
"gh-pages": "^3.2.3",
"netlify-cli": "^2.37.0",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"postcss-html": "^1.3.0",
"postcss-jsx": "^0.36.4",
"postcss-nesting": "^10.1.4",
"postcss-styled": "^0.34.0",
"postcss-syntax": "^0.36.2",
"stylelint": "^14.8.3",
"stylelint-config-standard": "^25.0.0",
"vite": "^2.9.0"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@emailjs/browser": "^3.6.2",
"firebase": "^9.6.11",
"pinia": "^2.0.13",
"sass": "^1.52.1",
"swiper": "^8.2.2",
"v-smooth-scroll": "^2.0.0-beta.2",
"vue": "^3.2.33",
"vue-recaptcha": "^2.0.2",
"vue-router": "^4.0.14",
"vue-scrollto": "^2.20.0",
"vue-select": "^4.0.0-beta.3",
"vue-sweetalert2": "^5.0.5"
}
}