-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Ceci est mon portfolio afin de proposer mes services et montrer mes différents projets.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SashaCtp/Portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SashaCtp/Portfolio/issues"
},
"homepage": "https://github.com/SashaCtp/Portfolio#readme",
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.7",
"vue-tsc": "^1.0.9"
},
"dependencies": {
"connect-history-api-fallback": "^1.6.0",
"express": "^4.17.3",
"jquery": "^3.6.0",
"vue": "^3.2.41",
"vue-loader": "^17.3.1",
"vue-router": "^4.1.6",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14"
},
"staticFiles": {
"staticPath": [
"src/images",
"src/data"
]
}
}