-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 853 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
{
"name": "soccer-pwa",
"version": "1.0.0",
"description": "Aplikasi berbasis Progressive Web Application (PWA) yang berisi sebagai media informasi sepakbola dari beberapa liga yang terkenal di eropa.",
"scripts": {
"prod": "webpack --config webpack.prod.js",
"dev": "webpack serve --config webpack.dev.js"
},
"author": "refririfwan@student.ub.ac.id",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0"
},
"dependencies": {
"idb": "^2.1.3",
"regenerator-runtime": "^0.13.7"
}
}