-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "dnitecki-personal-website",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack/webpack.config.js --env env=dev",
"build": "webpack --config webpack/webpack.config.js --env env=prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "dominick.nitecki",
"license": "ISC",
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"framer-motion": "^10.16.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-lottie-player": "^1.5.5",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-scroll": "^1.8.9",
"react-scroll-parallax": "^3.4.4",
"swiper": "11.0.3"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.4",
"@types/jest": "^29.2.4",
"@types/leaflet": "^1.9.12",
"@types/node": "^18.11.13",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-google-recaptcha": "^2.1.8",
"@types/react-scroll": "^1.8.7",
"babel-loader": "^9.1.3",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.0",
"html-webpack-plugin": "^5.6.0",
"sass-embedded": "^1.70.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"typescript": "^5.4.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
}
}