-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
80 lines (80 loc) · 1.98 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "my-app",
"version": "3.0.0",
"homepage": "https://www.yazan98.github.io",
"private": true,
"description": "My Personal Website (Portfolio) V2",
"author": "Yazan Tarifi <yazantarifi98@gmail.com>",
"license": "MIT",
"keywords": [
"Personal Website",
"React",
"React.js",
"Next.js",
"CV",
"Portfolio"
],
"dependencies": {
"-": "^0.0.1",
"@babel/runtime": "^7.13.17",
"@craco/craco": "^5.9.0",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.19.8",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router-dom": "^5.1.6",
"D": "^1.0.0",
"babel": "^6.23.0",
"config": "^3.3.6",
"css-loader": "^4.3.0",
"gsap": "^3.5.1",
"react": "^17.0.2",
"react-dom": "^16.13.1",
"react-ga": "^3.3.1",
"react-icons": "^3.10.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^13.5.3",
"sass": "^1.45.1",
"sass-loader": "^9.0.3",
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build GENERATE_SOURCEMAP=false",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "18.20.2",
"npm": "10.5.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"style-loader": "^1.3.0"
}
}