-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "lambdalens",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "nodemon server/server.js",
"dev": "webpack serve --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/LambdaLens.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/LambdaLens/issues"
},
"homepage": "https://github.com/oslabs-beta/LambdaLens#readme",
"dependencies": {
"amazon-cognito-identity-js": "^6.3.12",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"d3": "^7.9.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^9.2.1",
"concurrently": "^9.1.2",
"css-loader": "^7.1.2",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint-config-react": "^1.1.7",
"html-webpack-plugin": "^5.6.3",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}