-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "younesaassila.com",
"version": "1.2.0",
"private": true,
"description": "My personal webpage where you can find my projects and contact information.",
"keywords": [
"vite",
"typescript",
"portfolio",
"website"
],
"homepage": "https://github.com/younesaassila/younesaassila.com#readme",
"bugs": {
"url": "https://github.com/younesaassila/younesaassila.com/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/younesaassila/younesaassila.com.git"
},
"license": "UNLICENSED",
"author": "Younes Aassila",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check": "tsc --noEmit",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
},
"devDependencies": {
"prettier": "2.8.8",
"prettier-plugin-css-order": "^1.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}