-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.28 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
{
"name": "depressedhelpchat-frontend",
"version": "1.0.0",
"description": "This part is the front-end repo of our project, the objective is to make a bot that analyze and help people with sentimental troubles",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"animejs": "^3.2.1",
"bootstrap": "^4.5.2",
"customizable-analog-clock": "^1.0.1",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.1",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kabene/DepressedHelpChat-frontend.git"
},
"author": "@KarimAbene@PierreCreplet@AnatoleHuet@CelestinSivixay",
"license": "ISC",
"bugs": {
"url": "https://github.com/kabene/DepressedHelpChat-frontend/issues"
},
"homepage": "https://github.com/kabene/DepressedHelpChat-frontend#readme"
}