-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.75 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
{
"name": "webpack-stats-report",
"version": "2.0.6",
"description": "webpack-stats-report",
"main": "lib/index.js",
"scripts": {
"lint": "npx eslint ./src ./lib --fix && npx stylelint ./src/**/*.scss --fix",
"build": "npm run lint && npx webpack",
"test": "cd test && node ./test.js",
"dev": "npx webpack --mode development && npx webpack --mode development && npm run test",
"prod": "npm run lint && npx webpack && npx webpack && npm run test",
"patch": "npm run prod && sf publish patch -r"
},
"workspaces": [
"test"
],
"files": [
"lib",
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cenfun/webpack-stats-report.git"
},
"dependencies": {
"lz-utils": "^2.0.1",
"micromatch": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eight-colors": "^1.0.3",
"eslint": "^8.52.0",
"eslint-config-plus": "^1.0.6",
"eslint-plugin-chain": "^2.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-vue": "^9.18.1",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"stylelint": "^15.11.0",
"stylelint-config-plus": "^1.0.4",
"terser-webpack-plugin": "^5.3.9",
"turbogrid": "^3.0.9",
"vine-ui": "^3.1.12",
"vue": "^3.3.7",
"vue-loader": "^17.3.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}