-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "find_place",
"version": "1.0.0",
"description": "Find your Place is the best way to find out your best place to live and work.",
"main": "main.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"quality of life",
"move",
"cities",
"world",
"where to live"
],
"author": {
"name": "Hind Boukhzou",
"email": "[email protected]"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-loader": "^9.1.2",
"cli": "^1.0.1",
"cors": "^2.8.5",
"css-loader": "^6.8.1",
"dotenv-webpack": "^8.0.1",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"sass": "^1.63.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"axios": "^1.4.0",
"pexels": "^1.4.0"
}
}