-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 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
51
52
{
"name": "hotel",
"version": "1.0.0",
"description": "",
"main": "layout.js",
"browserslist": [
"ie >= 8",
"last 4 version"
],
"scripts": {
"start": "webpack --watch",
"build": "webpack "
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-plugin-assets-fix": "^1.0.2",
"jquery": "^3.4.0",
"jquery-ui-touch-punch": "^0.2.3",
"material-design-icons-iconfont": "^5.0.1",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.7.1"
},
"dependencies": {
"air-datepicker": "^2.2.3",
"autoprefixer": "^9.6.1",
"css-reset-and-normalize": "^2.0.1",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-multidatespicker": "^1.6.6",
"normalize-scss": "^7.0.1",
"normalize.css": "^8.0.1",
"resolve-url-loader": "^3.1.0",
"webpack": "^3.12.0"
}
}