forked from sokmean-mptc/mptchtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "mptchtml",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --mode=development --config webpack.config.js",
"build:production": "webpack --mode=production --config webpack.config.js",
"start": "webpack --mode=development --watch --config webpack.config.js"
},
"author": "sokmean-mptc <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"browserslist": [
"last 4 version",
"iOS 7",
"last 3 iOS versions"
],
"devDependencies": {
"autoprefixer": "^9.7.4",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^2.1.1",
"fibers": "^4.0.2",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-cli": "^6.1.3",
"postcss-loader": "^3.0.0",
"sass": "^1.26.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.5.1",
"open-iconic": "^1.1.1",
"popper.js": "^1.16.1",
"slick-carousel": "^1.8.1"
}
}