-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 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
{
"name": "polestar-ui",
"version": "1.0.0",
"description": "A components Library based on Vue2",
"repository": {
"type": "git",
"url": "https://github.com/xinyang424/polestar-ui"
},
"homepage": "https://github.com/xinyang424/polestar-ui",
"main": "./lib/polestar-ui.common.js",
"files": [
"lib",
"packages"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack",
"build:lib": "webpack --config webpack.config.build.js"
},
"keywords": [
"vue2",
"components",
"ui"
],
"author": "xinyang424",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"element-ui": "^2.15.14",
"html-webpack-plugin": "^5.6.0",
"image-minimizer-webpack-plugin": "^4.1.0",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^8.1.1",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^9.6.0",
"progress-bar-webpack-plugin": "^2.1.0",
"sass": "^1.77.8",
"sass-loader": "^15.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"vue": "^2.7.16",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"engines": {
"node": ">= 18.0.0"
},
"engineStrict": true
}