-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "setar-web",
"version": "1.0.0",
"description": "some eye catching portfolio made with React & TypeScript",
"main": "src/index.ts",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"format": "prettier --write src/**/*.{ts,js,json,yaml,yml}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EhsanFox/EhsanFox.github.io.git"
},
"keywords": [
"portfolio",
"typescript",
"reactjs",
"reactts",
"react"
],
"author": {
"email": "[email protected]",
"name": "Ehsan Golmakani",
"url": "https://ehsan.js.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/EhsanFox/EhsanFox.github.io/issues"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"axios": "^0.27.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"prettier": "^2.6.2",
"react-scripts": "^5.0.1",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}