-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 987 Bytes
/
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
{
"name": "ask-a-philosopher-aws-project",
"version": "1.0.0",
"description": "## What is this website all about?",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && webpack-dev-server --mode development",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alice-2096/Ask-A-Philosopher-AWS-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alice-2096/Ask-A-Philosopher-AWS-project/issues"
},
"homepage": "https://github.com/Alice-2096/Ask-A-Philosopher-AWS-project#readme",
"dependencies": {
"amazon-cognito-auth-js": "^1.3.3",
"amazon-cognito-identity-js": "^5.2.12",
"aws-amplify": "^4.3.43"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"json-loader": "^0.5.7",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}