-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 952 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
34
35
36
37
{
"name": "mevn-weather",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"webpack": "webpack --mode development --watch",
"build": "webpack --mode production",
"all": "concurrently --kill-others \"npm run dev\" \"npm run webpack\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.11.17",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"particles.js": "^2.0.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"concurrently": "^6.0.0",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"description": ""
}