-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.6 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.6 KB
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
46
47
{
"name": "dicoding_tafundamentalfed",
"version": "1.0.0",
"description": "node package manager for Dicoding course \"Belajar Fundamental Web Development\" submission.",
"main": "index.js",
"scripts": {
"start-dev": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubbadahala/Dicoding_TAFundamentalFED.git"
},
"author": "Muhammad Ubbadah Al Ala'",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubbadahala/Dicoding_TAFundamentalFED/issues"
},
"homepage": "https://github.com/ubbadahala/Dicoding_TAFundamentalFED#readme",
"dependencies": {
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"alpinejs": "^3.2.4",
"autoprefixer": "^10.3.3",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^5.3.2",
"htmlhint": "^0.15.1",
"style-loader": "^3.2.1",
"tailwindcss": "^2.2.9",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^5.8.0"
}
}