-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "porfolio",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host ",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"firebase": "^9.8.0",
"swiper": "^8.1.4",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.5.0",
"postcss": "^8.4.12",
"prettier": "2.6.0",
"tailwindcss": "^3.0.23",
"vite": "^2.8.0"
},
"description": "installation : `$ npm create vite@latest`",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JosephRidge/My-Portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JosephRidge/My-Portfolio/issues"
},
"homepage": "https://github.com/JosephRidge/My-Portfolio#readme"
}