-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.11 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
{
"name": "my-dev-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.8.9",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"css-select": "^5.1.0",
"cssnano-preset-default": "^7.0.4",
"emailjs": "^4.0.3",
"fast-glob": "^3.3.2",
"globby": "^14.0.2",
"html-minifier": "^4.0.0",
"loader-utils": "^3.3.1",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"minimatch": "^10.0.1",
"node-forge": "^1.3.1",
"nth-check": "^2.1.1",
"postcss": "^8.4.39",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-scripts": "^5.0.1",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.30.2",
"react-toggle-dark-mode": "^1.1.1",
"resolve-url-loader": "^5.0.0",
"serialize-javascript": "^6.0.2",
"slick-carousel": "^1.8.1",
"svgo": "^3.3.2",
"terser-webpack-plugin": "^5.3.10",
"tough-cookie": "^4.1.4",
"web-vitals": "^2.1.4",
"webpack-dev-server": "^5.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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": {
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@babel/plugin-transform-private-property-in-object": "^7.21.11",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.3.2",
"postcss-loader": "^6.2.1",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1"
}
}