-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
67 lines (67 loc) · 2.22 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kode-pos-indonesia",
"version": "1.0.0",
"description": "Aplikasi untuk mencari Kode Pos wilayah di Indonesia dengan bantuan API dari https://github.com/farizdotid/DAFTAR-API-LOKAL-INDONESIA.",
"main": "index.js",
"scripts": {
"removedist": "rm -rf ./dist",
"start-dev": "webpack serve --config webpack.dev.js --open",
"start-prod": "webpack serve --config webpack.prod.js --open",
"build-prod": "webpack --config webpack.prod.js",
"test-prod": "http-server ./dist -p 4200"
},
"engines": {
"node": ">=14.15.0"
},
"browserslist": [
"last 2 version",
"> 1%"
],
"author": "Rian-GulajavaMinistudio",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.2",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.3",
"prettier": "^2.1.1",
"purgecss-webpack-plugin": "^3.1.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@fortawesome/fontawesome-free": "^5.14.0",
"animate.css": "^4.1.0",
"bulma": "^0.9.0",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
"lodash-es": "^4.17.15",
"regenerator-runtime": "^0.13.3"
}
}