-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
{
"name": "rinczefi-cv",
"version": "1.0.0",
"description": "My biography written in React.js (TS)",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"test": "jest",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"author": "Inczefi Robert",
"license": "MIT",
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@hello-pangea/dnd": "16.6.0",
"@mui/material": "6.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@types/jest": "29.5.12",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"gh-pages": "6.1.1",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
"style-loader": "4.0.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
}
}