-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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": "pomodoro",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js && webpack",
"build": "webpack",
"build:dev": "webpack --watch"
},
"author": "Aditya D.S.",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.9.1",
"animate.css": "^4.1.1",
"bootstrap": "^5.0.0-beta2",
"chart.js": "^2.9.4",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"feather-icons": "^4.28.0",
"moment": "^2.29.1",
"mongoose": "^5.12.2",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mini-css-extract-plugin": "^1.3.9",
"nodemon": "^2.0.7",
"postcss-loader": "^5.2.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.27.1",
"webpack-cli": "^4.5.0"
}
}