-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.02 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.02 KB
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
{
"name": "icon-creater",
"version": "1.0.5",
"description": "With this tool, you can conveniently and quickly create an icon for your application. Please note that the created icon is not suitable for label text embellishment.",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve --mode=development",
"build": "cross-env NODE_ENV=production webpack build --mode=production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.6",
"daisyui": "^4.12.10",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.11",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}