-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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": "prahu-pricing-management",
"version": "1.0.0",
"description": "Price generator",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"production": "webpack -p",
"watch": "webpack --watch"
},
"author": "Angga Ari Wijaya",
"license": "ISC",
"dependencies": {
"@mdi/font": "^4.7.95",
"bootstrap": "^4.4.1",
"datatables.net": "^1.10.20",
"datatables.net-bs4": "^1.10.20",
"daterangepicker": "^3.0.5",
"jquery": "^3.4.1",
"jquery-validation": "^1.19.1",
"moment": "^2.24.0",
"popper.js": "^1.16.0",
"select2": "^4.0.12",
"select2-bootstrap4-theme": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"dotenv": "^8.2.0",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"terser-webpack-plugin": "^2.3.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-manifest-plugin": "^2.2.0"
}
}