-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.83 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "my-personal-website",
"version": "1.0.0",
"description": "Eli Semikashev's personal website",
"main": "index.tsx",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/Tebesski/personal_projects.git"
},
"author": "Eli Semikashev",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tebesski/personal_projects/issues"
},
"homepage": "https://github.com/Tebesski/personal_projects#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.6",
"@types/cors": "^2.8.14",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.18",
"@types/express-rate-limit": "^6.0.0",
"@types/howler": "^2.2.8",
"@types/nodemailer": "^6.4.11",
"@types/P5": "npm:@types/p5@^1.7.0",
"bootstrap": "^5.3.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.0",
"nodemailer": "^6.9.5",
"P5": "npm:p5@^1.7.0",
"pixel-borders": "^1.1.4",
"pm2": "^5.3.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"uifx": "^2.0.7"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@floating-ui/dom": "^1.5.3",
"@p5-wrapper/react": "^4.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/createjs": "^0.0.30",
"@types/p5": "^1.7.1",
"@types/preloadjs": "^0.6.34",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.27",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/throttle-debounce": "^5.0.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"focus-trap": "^7.5.3",
"html-webpack-plugin": "^5.5.3",
"lint-staged": "^14.0.1",
"node-sass": "^9.0.0",
"p5": "^1.7.0",
"preloadjs": "^1.0.1",
"react-animated-cursor": "^2.10.1",
"react-parallax-mouse": "^2.0.1",
"react-refresh": "^0.14.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"scss": "^0.2.4",
"style-loader": "^3.3.3",
"throttle-debounce": "^5.0.0",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
}
}