-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
46
47
48
49
50
{
"name": "anime-lab",
"version": "1.0.0",
"description": "anime list with api jikan",
"main": "index.js",
"directories": {
"main": "src/index.js"
},
"scripts": {
"lint": "eslint src/**/*.js --fix",
"build": "webpack --config webpack.prod.js",
"start-dev": "webpack serve --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ariafatah0711/dicoding_3.git"
},
"author": "ariafatah0711",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-promise": "^6.1.1",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"axios": "^1.6.3",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"regenerator-runtime": "^0.13.3",
"style-loader": "^3.3.3",
"sweetalert": "^2.1.2"
}
}