-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 943 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
{
"dependencies": {
"axios": "^0.21.1",
"regenerator-runtime": "^0.13.9"
},
"name": "moviecatalog",
"version": "1.0.0",
"description": "any",
"main": "app.js",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"scripts": {
"start-dev": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeremiadio/MovieCatalogJS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yeremiadio/MovieCatalogJS/issues"
},
"homepage": "https://github.com/yeremiadio/MovieCatalogJS#readme"
}