-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.35 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
{
"name": "bonyroopchandani.com",
"version": "2.0.0",
"description": "Personal website of Bony Roopchandani",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode=development --hot",
"build": "webpack --mode=production",
"start:lambda": "netlify-lambda serve functions",
"build:lambda": "netlify-lambda build functions"
},
"author": "Bony Roopchandani",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.0.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^6.5.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/react": "^7.13.0",
"netlify-lambda": "^2.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-terminal": "^1.3.1",
"request": "^2.88.2",
"sass": "^1.55.0"
}
}