-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
{
"name": "hkih",
"author": "Geniem",
"version": "1.0.1",
"description": "HKIH theme",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.12.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.4",
"@babel/register": "^7.24.6",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-mqpacker": "^7.0.0",
"cssnano": "^7.0.1",
"image-webpack-loader": "^8.0.1",
"mini-css-extract-plugin": "^2.4.5",
"sass": "^1.43.4",
"postcss-font-magician": "^4.0.0",
"postcss-loader": "^8.1.1",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.64.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"watch": "webpack --progress --watch --mode development",
"build": "cross-env NODE_ENV=production webpack --progress --mode production"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"Opera 12.1",
"iOS >=7"
]
}