-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 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
{
"name": "koders-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"aos": "^3.0.0-beta.6",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-cookie-consent": "^8.0.1",
"react-countup": "^6.3.0",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.3.2",
"react-ga": "^3.3.1",
"react-icons": "^4.4.0",
"react-image-magnifiers": "^1.4.0",
"react-router-dom": "^7.0.2",
"react-scripts": "5.0.1",
"react-spinners": "^0.15.0",
"sass": "^1.55.0",
"swiper": "^11.1.15"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "react-scripts test --watchAll=false",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"serve": "^14.2.4",
"vite": "^6.0.3"
}
}