-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.25 KB
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
81
82
83
84
85
86
87
{
"name": "react-portfolio",
"version": "0.2.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"bootstrap": "^5.3.2",
"expect": "^29.7.0",
"framer-motion": "^10.16.16",
"i18next": "^23.7.12",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"nth-check": ">=2.1.1",
"postcss": ">=8.4.32",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-helmet-async": "^2.0.4",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"react-transition-group": "^4.4.5",
"smoothscroll-polyfill": "^0.4.4",
"tough-cookie": ">=4.1.3",
"typewriter-effect": "^2.21.0",
"web-vitals": "^3.5.1",
"xterm": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "rm -rf node_modules",
"reinstall": "npm run clean && npm install",
"flow": "flow"
},
"Config": {
"extends": [
"react-app",
"react-app/jest",
"airbnb-typescript-prettier",
"next"
],
"plugins": [
"jsx-a11y"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-scroll": "^1.8.10",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"flow-bin": "^0.225.1",
"nth-check": ">=2.1.1",
"postcss": ">=8.4.32",
"style-loader": "^3.3.3",
"tough-cookie": ">=4.1.3",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}