-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 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
50
51
52
53
{
"name": "portfoliowebdev",
"version": "0.0.1",
"private": true,
"homepage": "https://GiovanniDw.github.io/PortfolioWebDev/",
"repository": {
"type": "git",
"url": "https://github.com/GiovanniDw/PortfolioWebDev.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@octokit/rest": "^19.0.7",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"@vueuse/motion": "^2.0.0-beta.12",
"axios": "^1.3.4",
"mande": "^2.0.6",
"marked": "^4.2.12",
"pinia": "^2.0.33",
"sass": "^1.59.2",
"v-shared-element": "^3.1.0",
"vue": "^3.2.47",
"vue-markdown-render": "^2.0.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.15.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.1",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"gh-pages": "^5.0.0",
"jsdom": "^21.1.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue-tsc": "^1.2.0"
}
}