-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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": "vx-build-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "npm run lint:es",
"lint:es": "eslint --cache --ext .js ./config ./scripts"
},
"repository": {
"type": "git",
"url": "git@github.com:VeXell/tools.git"
},
"author": "vexell@gmail.com",
"license": "ISC",
"resolutions": {
"sanitize.css": "12.0.1"
},
"peerDependencies": {
"dotenv": "^10.0.0"
},
"dependencies": {
"@vue/preload-webpack-plugin": "^2.0.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-node-modules": "^1.1.1",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^6.7.1",
"cssnano": "^5.0.8",
"dotenv": "^10.0.0",
"dotenv-webpack": "^7.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"node-html-parser": "^3.3.5",
"nodemon-webpack-plugin": "^4.5.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^7.7.2",
"react-dev-utils": "^11.0.4",
"sanitize.css": "^12.0.1",
"sass": "^1.34.1",
"sass-loader": "^12.1.0",
"style-ext-html-webpack-plugin": "^4.1.3",
"terser-webpack-plugin": "^5.1.3",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vx-eslint": "github:VeXell/vx-eslint",
"webpack": "^5.73.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"bin": {
"vx-build-tools": "./cli.js"
},
"engines": {
"node": ">=14.17"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0"
}
}