-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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": "portfolio",
"version": "1.0.1",
"description": "my portfolio",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"format": "eslint --fix .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "portfolio"
},
"author": "Yuto Suzuki",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-astro": "^0.22.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.1.2",
"prettier-plugin-astro": "^0.8.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"astro": "^2.0.10",
"astro-icon": "^0.8.0"
}
}