-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1006 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1006 Bytes
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
{
"name": "sholat",
"version": "1.0.0",
"description": "Simple Aplikasi Solat. Mencoba untuk menerapkan prinsif solid. dan menulis coding dengan rapi",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start-dev": "webpack-dev-server --config webpack.dev.js"
},
"author": "dendi",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"jquery": "^3.5.1",
"materialize-css": "^1.0.0-rc.2",
"moment": "^2.27.0",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.7"
}
}